Live data from Hacker News

Reverse Engineering Snapchat (Part II): Debofuscating the Undeobfuscatable

hot3eed.github.io

61–63 of 63 posts

Re: Reverse Engineering Snapchat (Part II): Debofuscating the Undeobfuscatable

#61

Earlier quoted context omitted.

That's actually the central issue behind the Supreme Court case battle between Oracle and Google right now: whether or not you can copyright apis

That's going to be a really big decision in our world of software. I hope that SCOTUS doesn't side with the devil.

Referring to the other side in a debate as "the devil," aside from being hyperbolic to the point of inducing an eye roll in every reasonable person within earshot, is exactly how the US ended up with a reality TV show host in the White House.

Re: Reverse Engineering Snapchat (Part II): Debofuscating the Undeobfuscatable

#62

Shouldn’t you be able to find any code that scans for breakpoints easily and patch it to be blind?

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?
Post reply on HN