Commit Graph

16 Commits

Author SHA1 Message Date
3c9a8b6e85 Update binary patching implementation 2023-04-27 13:55:25 -05:00
ab0f273cd9 Add support for ELF code injection 2023-04-27 11:08:54 -05:00
8aa55bdb23 More progress towards patch injection framework 2023-04-10 22:24:44 -05:00
ec17eec8c9 Remove testrun file 2023-04-10 17:10:27 -05:00
a98aa7f3bc Basic implementation of binary patching 2023-04-10 17:09:49 -05:00
8829e2803f Add support for binary patching 2023-04-10 14:13:29 -05:00
b2e4ef8522 Actually update README this time 2023-03-01 01:52:19 -06:00
0d227f10af Finish linear sweep implementation, add polish, update README 2023-03-01 01:51:58 -06:00
f56400d124 Lots of changes 2023-02-28 06:03:24 -06:00
80d346ae03 Add beginning program and section header parsing, slight cleanup and comments 2023-02-09 01:47:19 -06:00
0b6fc85612 Rework ELF data into structs, break up main.rs 2023-02-05 23:11:57 -06:00
e446d06c82 Add file header parsing for x86 32 and 64 bit archs 2023-01-30 01:10:35 -06:00
8f30ed9209 Add offset constants for header and section table 2023-01-26 15:24:55 -06:00
e121bc619a Add code for finding ELF magic number 2023-01-26 14:32:06 -06:00
2e2056f153 Initial commit 2023-01-23 21:34:50 -06:00
95e7baafd0
Initial commit 2023-01-23 20:31:41 -06:00