Live data from Hacker News

Show HN: I'm building a browser for reverse engineers

nullpt.rs

51–58 of 58 posts

Re: Show HN: I'm building a browser for reverse engineers

#55
post #4

Most 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

#58
post #57

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