polyverse / ropoly

ROP-Tool HTTP Server
MIT License
5 stars 3 forks source link

Remove `os.Exec` #23

Closed archisgore closed 5 years ago

archisgore commented 5 years ago

Ropoly is a glorified shell script over Unix. This is very fragile.

More so, some of the internal data structures are aggressively optimized, but repeated os.exec calls are very expensive.

archisgore commented 5 years ago

Removed readelf.

TODO: ps and objdump

archisgore commented 5 years ago

Resolved completely.