unicorn-engine / unicorn

Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, S390x, TriCore, X86)
http://www.unicorn-engine.org
GNU General Public License v2.0
7.67k stars 1.35k forks source link

Uc hook tcg improve #2011

Open dotCirill opened 2 months ago

dotCirill commented 2 months ago

Improve UC_HOOK_TCG_OPCODE feature.

Currently UC_HOOK_TCG_OPCODE is supported only for x86.

Such hooks can be usefull for implementing CMPLOG in unicorn-afl.