aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* chore: add MIT license and cargo metadataHEADorigin/devdev alemi2024-03-16-11/+18
* docs: added README alemi2023-07-08-0/+35
* fix: convert path to absolute automatically alemi2023-07-08-3/+6
* feat: allow to spawn and then infect processes alemi2023-07-08-20/+53
* fix: is there a nicer way? alemi2023-04-03-0/+9
* fix: removed default features alemi2023-04-03-1/+1
* feat: pub exports of used crates alemi2023-04-03-4/+13
* feat: added cargo features for more modular install alemi2023-03-31-7/+10
* fix: imports changed due to crate renaming alemi2023-03-31-8/+5
* chore: moved monitor module into main lib alemi2023-03-31-16/+80
* fix: updated lockfile alemi2023-03-31-14/+14
* chore: better name! alemi2023-03-31-4/+4
* chore: added lockfile alemi2023-03-30-0/+951
* fix: imports and deps alemi2023-03-30-20/+21
* chore: removed example from lib alemi2023-03-30-34/+0
* chore: bump version alemi2023-03-30-1/+1
* chore: cleanup for library: structure and features alemi2023-03-30-172/+75
* chore: moved payload out, made it a usable lib alemi2023-03-30-3/+2
* feat: sorted modules, added tracing + basic remote alemi2023-03-30-127/+246
* feat: search for symbols in exported but also elf alemi2023-03-30-40/+127
* feat: attempt to load process symbol and hook it alemi2023-03-29-0/+21
* feat: added revert method to injectors alemi2023-03-28-4/+26
* feat: added remote munmap alemi2023-03-28-0/+19
* chore: only change necessary registers alemi2023-03-28-3/+10
* feat: added kill flag to just exit remote process alemi2023-03-28-1/+22
* feat: added hooks for connect and socket in so alemi2023-03-28-0/+35
* feat: working injection alemi2023-03-28-41/+167
* fix: keep registers after remote shellcode alemi2023-03-28-2/+1
* fix: word size is actually same as usize... alemi2023-03-28-7/+7
* chore: allow making remoteWrite with remote ptr alemi2023-03-28-5/+10
* chore: display for Vec<u8>, project structure alemi2023-03-27-5/+32
* chore: reordered needle again alemi2023-03-27-110/+106
* feat: RemoteOp trait, RemoteShellcode struct alemi2023-03-27-37/+91
* chore: refactored a lot, made it fancy alemi2023-03-27-114/+170
* chore: moved needle in subdir alemi2023-03-27-1/+1
* feat: PoC write on target stdout and resume alemi2023-03-27-18/+47
* feat: PoC execute exit syscall in target process alemi2023-03-26-9/+93
* feat: chad name alemi2023-03-25-1/+1
* feat: initial work on attaching with ptrace alemi2023-03-25-0/+60
* chore: added project files alemi2023-03-25-0/+31