Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OLLVM-obfuscated binary test_fla_argv #32

Merged
merged 1 commit into from
Nov 8, 2022

Commits on Oct 25, 2022

  1. Add OLLVM-obfuscated binary test_fla_argv

    see source code at examples/src/linux/fla_test.c
    
    How to build with OLLVM CFG flatten:
    git clone [email protected]:heroims/obfuscator.git -b llvm-9.0
    mkdir build-ollvm && cd build-ollvm
    cmake -DCMAKE_BUILD_TYPE=Release -DLLVM_INCLUDE_TESTS=OFF -G Ninja ../obfuscator/
    ninja
    ./bin/clang -m32 -mllvm -fla fla_test.c -o test_fla_argv
    chinggg committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    544cbf7 View commit details
    Browse the repository at this point in the history