Closed archisgore closed 6 years ago
Moved all types under types subdirectory in lib. So that all public types are well-understood.
types
Revamped the command to use Cobra, and use cobra/flags packages for better CLI parsing.
In progress of JSON naming conventions.
Adding error return code in underlying libraries so they can be surfaced (especially where exec.Command is called).
exec.Command
Pid Memory -> Section Executable -> Section
Section -> DisAsm.
This is useful! https://golang.org/pkg/debug/elf/
Resolved https://github.com/polyverse/ropoly/issues/22 https://github.com/polyverse/ropoly/issues/19 https://github.com/polyverse/ropoly/issues/20 https://github.com/polyverse/ropoly/issues/21
Moved all types under
types
subdirectory in lib. So that all public types are well-understood.Revamped the command to use Cobra, and use cobra/flags packages for better CLI parsing.
In progress of JSON naming conventions.
Adding error return code in underlying libraries so they can be surfaced (especially where
exec.Command
is called).