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

Is it necessary to record the tls base address and its content

yifengchen-cc opened this issue · comments

Since the base address of tls is not recorded, when encountering mov r10 QWORD RTR fs:0x10, unicorn will report Invalid memory read .... .

Is there any other method such as hook to solve this kind of problem?

Thanks in advance

Arch:x86-64
Platform:linux