idapython / src

IDAPython project for Hex-Ray's IDA Pro
http://www.hex-rays.com/
Other
1.4k stars 285 forks source link

Fix assemble idp hook example #26

Closed remijullian1 closed 1 year ago

remijullian1 commented 4 years ago

Rename assemble into ev_assemble so that the detour function is called.

Also, update example so that it matches the description (i.e assemble instructions "zero eax" and "nothing")

0xeb commented 1 year ago

Thank you, merged.