polyverse / ropoly

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

Remove or refactor dependency on LinuxProcess and LinuxProcessInfo #43

Closed ThomasOldham closed 5 years ago

ThomasOldham commented 5 years ago

Ropoly currently uses LinuxProcess and LinuxProcessInfo, structs designed with Linux processes in mind, whether or not it's running on Linux. These structs don't quite fit for Windows processes, leaving out information that we probably want and including fields that aren't applicable. Refactoring this could also allow masche to be refactored.