We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Angora actually supports compiling from LLVM IR or bytecode. You may see here for more details on how it's done.
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: