Giter Club home page Giter Club logo

llvm-fla-cracker's Introduction

llvm-fla-cracker

Introduction

The goal of the llvm-fla-cracker is to retrieve the normal execution program flow from its disorderd form which is made by the llvm obfuscator with compling option "-fla" (https://github.com/obfuscator-llvm/obfuscator ). There are also other two sorts of obfuscation in the llvm obfuscator with compling option "-sub" and "-bcf". But temporarily these two are not within my interest.

How to use

<1> Use IDA to get the pseudocode. Save the pseudocode in a file (note: please use ctrl + A to copy the pseudocode, and don't modify it. All the numbers appeared in the comparasion should be in decimal. . Because temporarily the python script relies on the code text format extremely.). The pseudocode may look like the 5 given testcodes.
<2> Let's roll by using "python llvm_fla_cracker_simple.py inputfile outputfile", where inputfile and outputfile can be freely defined. For example, use "python llvm_fla_cracker_simple.py testcode3.txt 3.txt" you will get a "neat" code of testcode3.txt in file "3.txt".

llvm-fla-cracker's People

Contributors

moliam avatar

Stargazers

Ji qiu avatar Professor  avatar Bexh0lder avatar  avatar WZM1230 avatar Jabasukuriputo Wang avatar Xeonacid avatar c10udlnk.tv avatar Cynosure avatar  avatar Cilos avatar  avatar  avatar wolfyu avatar  avatar Juste Elysée M. avatar Minh-Triet Pham Tran avatar  avatar  avatar youfu avatar  avatar Edward-L avatar  avatar  avatar

Watchers

 avatar  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.