Hacker News new | ask | show | jobs
by coolspot 2190 days ago
Shouldn’t you be able to find any code that scans for breakpoints easily and patch it to be blind?
1 comments

Normally it is more like calculating hash from code piece, then xor result with constant and jump. (In general cases, never reversed snap)

So usually there is nothing to patch.

Can you calculate that hash (of the original binary) yourself and patch THAT in the function?