logoalt Hacker News

amlutolast Wednesday at 4:52 PM1 replyview on HN

Hah, the README says:

> Additonally, debugging may not land on the macro statements themselves.

See my comment above, and give int3;nop a try.


Replies

BrainBaconlast Wednesday at 5:32 PM

Interesting. Unfortunately, I'm not well versed in assembly, is there a similar trick or requirement in arm and would that include Apple silicon, or is this something specific to `int3` on x86? That may explain why it was inconsistent during my development process, I didn't think to check if the inconsistency was platform dependent.

show 1 reply