Y
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
bluesign
2190 days ago
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.
link
posedge
2185 days ago
Can you calculate that hash (of the original binary) yourself and patch THAT in the function?
link
So usually there is nothing to patch.