bum bum bum bum bum
Show HN: I'm building a browser for reverse engineers
51–58 of 58 posts
Re: Show HN: I'm building a browser for reverse engineers
#52skibbiddi
Re: Show HN: I'm building a browser for reverse engineers
#53cunt
Re: Show HN: I'm building a browser for reverse engineers
#54cunt
yo shut up
Re: Show HN: I'm building a browser for reverse engineers
#55Most of my job is reverse engineering a major website builder company's code so we can leverage their undocumented features. It's often a difficult job but your project could make it easier. I'm sure there are others out there that will find this useful.
Sounds interesting, what can you achieve?
Re: Show HN: I'm building a browser for reverse engineers
#56For patching js methods its more reliable to use Proxy object https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...
Re: Show HN: I'm building a browser for reverse engineers
#57Re: Show HN: I'm building a browser for reverse engineers
#58Earlier quoted context omitted.
PE is only used for loading the dll, same works on linux.
I thought Linux uses ELF to load dlls.
ELF and PE are functionally the same, instead of DLL's you load SharedObject as your injeciton method, but you don't need that at all since you can inject libraries in linux since it's a built-in feature.