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.33k stars 1.31k forks source link

Feature: Bindings: add start end to block hook #1928

Closed mlgiraud closed 3 months ago

mlgiraud commented 4 months ago

The block hook was missing start and end parameters to limit the address range of the hook.

wtdcode commented 4 months ago

Hello, thanks for your work but looks like you need to fix tests firstly.

mlgiraud commented 3 months ago

Sorry for the delay. Had to write some proposals... Everything should be fixed now. I simply forgot to add the parameters in the rust tests.

wtdcode commented 3 months ago

Cool, thanks!