summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-03-13sploit: add the rest of r2 functions through elfdusoleil1-0/+20
2022-03-13sploit: typo fix in rev.r2dusoleil1-1/+1
2022-03-13sploit: cache ELF loadsdusoleil1-1/+11
2022-03-13sploit: add ELF helper class to revdusoleil2-0/+23
2022-03-13sploit: consolidate r2 symbol search callsdusoleil1-16/+5
2022-03-13sploit: fix r2 module syntax errordusoleil1-12/+12
2022-03-13sploit: reverse direction of r2 get_locals offsetsdusoleil1-1/+1
2022-03-13sploit: add r2 funcionality to rev moduledusoleil2-1/+94
2022-03-13sploit: add ldd ability to rev moduledusoleil2-0/+14
2022-03-13sploit: add rev module to sploitdusoleil3-2/+3
2022-03-13sploit: Add support for nested Symtblsdusoleil1-3/+45
2022-03-13sploit: Instantiate Memmap with integer offsetdusoleil1-6/+6
2022-03-13sploit: remove length calculation from Symtbldusoleil1-13/+1
2022-03-12sploit: code reuse for mem string methodsdusoleil1-12/+14
2022-03-12sploit: add len func to memdusoleil1-0/+11
2022-03-12sploit: move adjust and rebase into member funcsdusoleil1-7/+6
2022-03-10Add adjust and rebase functions to mem moduledusoleil1-0/+8
2022-03-10sploit: Add string cast for Symtbl and Memmapdusoleil1-0/+16
2022-03-10sploit: Split Symtbl funcionality with Memmapdusoleil1-11/+15
2022-03-06sploit: Add ARM/THUMB architecture detailsMalfurious1-21/+8
2021-12-17sploit: Automatically shutdown outgoing comms after script executionMalfurious2-0/+4
2021-12-17sploit: Catch KeyboardInterrupt in Comm.readall()Malfurious1-3/+6
2021-12-17sploit: Ensure the logonread option is restored by Comm.readuntil()Malfurious1-5/+7
2021-12-17sploit: Add logonwrite option to commsMalfurious1-0/+2
2021-12-17sploit: Check logonread in function Comm.readall()Malfurious1-1/+1
2021-12-17sploit: Add startup bannerMalfurious1-2/+12
2021-12-17sploit: Rework loggerMalfurious3-28/+56
2021-12-17sploit: Remove -d/--daemon optionMalfurious1-23/+10
2021-09-08Merge tag 'pull-sploit-error-handling' of https://github.com/Dusoleil/lib-des...Malfurious1-22/+24
2021-09-07sploit: Clean main import fileMalfurious1-2/+8
2021-09-07sploit: Add payload builder moduleMalfurious2-2/+66
2021-09-07sploit: Rename arch.nop to nopcodeMalfurious1-4/+4
2021-09-07Manually run garbage collection after execdusoleil1-0/+3
2021-09-07Clean up exception handling in main.pydusoleil1-22/+21
2021-09-05sploit: Rename Comm instance to 'io'Malfurious1-1/+1
2021-09-05sploit: Properly scope user-script executionMalfurious1-2/+2
2021-09-02Change behavior for import sploitdusoleil1-0/+1
2021-09-02Add mem module for calculating memory offsetsdusoleil2-1/+16
2021-09-02Handle Process destr when Process constr throwsdusoleil1-0/+1
2021-09-02Reuse read() and readline() in the until() APIdusoleil1-4/+5
2021-09-02Add readall() which reads until EOFdusoleil2-2/+8
2021-09-02Move comm toggles for consistencydusoleil1-3/+3
2021-09-02Add arch config moduledusoleil2-1/+29
2021-09-01Add Config Toggles for Read/Write Extra Behaviordusoleil1-5/+8
2021-09-01Rewrite interact() to be Single Threadeddusoleil1-36/+26
2021-09-01Add Convenience Utility to readuntil()dusoleil3-3/+20
2021-09-01readlineuntil() Operates on an Array of Linesdusoleil1-4/+9
2021-09-01Correct read() Semanticsdusoleil1-1/+1
2021-09-01Throw a BrokenPipeError on Broken Readdusoleil1-0/+4
2021-09-01Formattingdusoleil2-16/+16