Giter Club home page Giter Club logo

elflocker's Introduction

ElfLocked

PoC multi-layer Protector for ELF32 binaries

This protector was an old project standing as a private repository for various years now in my github account, and based that encountering ELF32 ET_EXEC binaries are currently outdated in a sense, I decided to make it public.

This protector contains two layers of abstraction implementing various anti-debugging/anti-analysis techniques ranging from:

  • Anti Ptrace
  • Breakpoint traps
  • Self modifying code
  • Anti LD_PRELOAD
  • Parent process checks
  • Various Control-Flow obfuscation techniques applied on different sections:
    • Exception manipulation
    • Hardware Breakpoint manipulation
    • Control-Flow flattening

The embedded binary is also subject to a base-relocation to make the unpacking process a bit harder. This today is a default for PIE binaries, but at the time it was not trivial to rebase an ET_EXEC ELF binary. Leaving this project here for historic purposes and hopefully to bring some light into ELF Packers/Protectors. SPOILER: This project is from 2016! coding style is terrible as it was a very old project, you have been warned :D

elflocker's People

Contributors

ulexec avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.