Intuitive GUI interface The usual debugging operations (step-into/step-over/run/break) Conditional breakpoints Debugging core is implemented as a plugin so people can have drop in replacements. Of course if a given platform has several debugging APIs available, then you may have a plugin that im ...
nowikiSkpd is a process dumper for x86 and x64 ELF binaries Features: static binaries. dynamic binaries. compressed files (at least upx) elfuck encrypted. 32 and 64 bits support. Generates an ELF file from a running process. If the original file was encrypted, the new one will not. i386, x8 ...