infection framework for processes
Find a file
alemi fab29c5423
feat: search for symbols in exported but also elf
this allows finding non-exported symbols on non-stripped elfs. requires
being able to read the executable that created this process. also added
example code in C to target with this tool
2023-03-30 01:38:21 +02:00
examples feat: search for symbols in exported but also elf 2023-03-30 01:38:21 +02:00
src feat: search for symbols in exported but also elf 2023-03-30 01:38:21 +02:00
.editorconfig chore: added project files 2023-03-25 13:26:58 +01:00
.gitignore chore: added project files 2023-03-25 13:26:58 +01:00
.rustfmt.toml chore: added project files 2023-03-25 13:26:58 +01:00
Cargo.toml feat: search for symbols in exported but also elf 2023-03-30 01:38:21 +02:00