Battelle / afl-unicorn

afl-unicorn lets you fuzz any piece of binary that can be emulated by Unicorn Engine.

Home Page:https://medium.com/@njvoss299/afl-unicorn-fuzzing-arbitrary-binary-code-563ca28936bf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AttributeError by lldb.target.GetTriple

xooxo opened this issue · comments

commented

Hello,

I get error AttributeError("'NoneType' object has no attribute 'GetTriple'") when I try to import script. When in LLDB Python interactive console, it works as expected. But for some reason, importing does not work.

LLDB version:

lldb-1400.0.38.17
Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)

I know that afl-unicorn only supports Linux but I am trying to dump memory from MacOS and will try afl-unicorn on Linux. As far as I understand, dumper script only cares about arch not OS.

Thanks