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

Angora compile IR #110

Open
aug2uag opened this issue Apr 9, 2021 · 1 comment
Open

Angora compile IR #110

aug2uag opened this issue Apr 9, 2021 · 1 comment

Comments

@aug2uag
Copy link

aug2uag commented Apr 9, 2021

Would Angora have support to compile from LLVM or BAP derived intermediate representation?

Trying to analyze binary (pre-compiled) but couldn't figure out how:

 INFO  angora::fuzz_main > CommandOpt { mode: LLVM, id: 0, main: ("/input/azorult2", []), track: ("/input/azorult2", []), tmp_dir: "./output/bar/tmp", out_file: "./output/bar/tmp/cur_input", forksrv_socket_path: "./output/bar/tmp/forksrv_socket", track_path: "./output/bar/tmp/track", is_stdin: true, search_method: Gd, mem_limit: 200, time_limit: 1, is_raw: true, uses_asan: false, ld_library: "$LD_LIBRARY_PATH:/clang+llvm/lib", enable_afl: true, enable_exploitation: true }
thread 'main' panicked at 'The program is not complied by Angora', fuzzer/src/check_dep.rs:55:9
@DataCorrupted
Copy link
Contributor

Angora actually supports compiling from LLVM IR or bytecode. You may see here for more details on how it's done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants