index
:
sploit
dev
sploit development fork
malf
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-12
Version 0.1
v0.1
dusoleil
1
-1
/
+1
2023-02-12
Add .gitignore, README, and UNLICENSE
dusoleil
3
-0
/
+91
2022-09-12
Merge branch 'sploit/symtbl-base'
Malfurious
2
-8
/
+15
2022-09-12
sploit: rev: Properly base Symtbls for non-PIC binaries
Malfurious
1
-1
/
+6
2022-09-12
sploit: Fix bugs involving Symtbl base value
Malfurious
2
-3
/
+3
2022-09-12
sploit: mem: Allow Symtbl base to be modified
Malfurious
1
-6
/
+8
2022-09-12
sploit: payload: Promote private methods to "protected" access
Malfurious
1
-15
/
+15
2022-09-12
sploit: payload: Clean up automatic symbol naming
Malfurious
1
-10
/
+11
2022-09-12
sploit: payload: Class no longer extends Symtbl
Malfurious
1
-11
/
+8
2022-09-12
sploit: payload: Allow variadic insertions
Malfurious
1
-13
/
+15
2022-04-08
sploit: Allow multiple reads in Comm.readall_nonblock()
Malfurious
1
-2
/
+6
2022-04-08
sploit: Fix units for Comm.timeout
Malfurious
1
-1
/
+1
2022-03-19
Add indirection to arch access
dusoleil
1
-1
/
+7
2022-03-17
sploit: Rework payload builder
Malfurious
1
-57
/
+68
2022-03-17
sploit: Clean up use of __getattribute__
Malfurious
2
-12
/
+1
2022-03-17
sploit: Fix bugs and simplify Symtbl
Malfurious
1
-82
/
+45
2022-03-14
Merge tag 'pull-sploit-rev' of https://github.com/Dusoleil/lib-des-gnux
Malfurious
8
-5
/
+201
2022-03-14
sploit: Clean up function Comm.interact()
Malfurious
1
-32
/
+26
2022-03-14
sploit: Add function popen()
Malfurious
1
-0
/
+6
2022-03-14
sploit: Add Comm property 'readonwrite'
Malfurious
1
-0
/
+2
2022-03-14
sploit: Add function Comm.readall_nonblock()
Malfurious
1
-0
/
+11
2022-03-13
sploit: Move __attr_filter__ to a general place in util
dusoleil
3
-3
/
+11
2022-03-13
sploit: Filter all magic python members by default in mem module
dusoleil
1
-3
/
+6
2022-03-13
sploit: add stack base pointer to locals symtbl
dusoleil
1
-1
/
+3
2022-03-13
sploit: print hex of addresses in rev logs
dusoleil
1
-2
/
+2
2022-03-13
sploit: add status logging to rev module
dusoleil
2
-0
/
+13
2022-03-13
sploit: lazy load libs for ELF
dusoleil
2
-6
/
+16
2022-03-13
sploit: cache results of external commands
dusoleil
5
-15
/
+25
2022-03-13
sploit: add the rest of r2 functions through elf
dusoleil
1
-0
/
+20
2022-03-13
sploit: typo fix in rev.r2
dusoleil
1
-1
/
+1
2022-03-13
sploit: cache ELF loads
dusoleil
1
-1
/
+11
2022-03-13
sploit: add ELF helper class to rev
dusoleil
2
-0
/
+23
2022-03-13
sploit: consolidate r2 symbol search calls
dusoleil
1
-16
/
+5
2022-03-13
sploit: fix r2 module syntax error
dusoleil
1
-12
/
+12
2022-03-13
sploit: reverse direction of r2 get_locals offsets
dusoleil
1
-1
/
+1
2022-03-13
sploit: add r2 funcionality to rev module
dusoleil
2
-1
/
+94
2022-03-13
sploit: add ldd ability to rev module
dusoleil
2
-0
/
+14
2022-03-13
sploit: add rev module to sploit
dusoleil
3
-2
/
+3
2022-03-13
sploit: Add support for nested Symtbls
dusoleil
1
-3
/
+45
2022-03-13
sploit: Instantiate Memmap with integer offset
dusoleil
1
-6
/
+6
2022-03-13
sploit: remove length calculation from Symtbl
dusoleil
1
-13
/
+1
2022-03-12
sploit: code reuse for mem string methods
dusoleil
1
-12
/
+14
2022-03-12
sploit: add len func to mem
dusoleil
1
-0
/
+11
2022-03-12
sploit: move adjust and rebase into member funcs
dusoleil
1
-7
/
+6
2022-03-10
Add adjust and rebase functions to mem module
dusoleil
1
-0
/
+8
2022-03-10
sploit: Add string cast for Symtbl and Memmap
dusoleil
1
-0
/
+16
2022-03-10
sploit: Split Symtbl funcionality with Memmap
dusoleil
1
-11
/
+15
2022-03-06
sploit: Add ARM/THUMB architecture details
Malfurious
1
-21
/
+8
2021-12-17
sploit: Automatically shutdown outgoing comms after script execution
Malfurious
2
-0
/
+4
2021-12-17
sploit: Catch KeyboardInterrupt in Comm.readall()
Malfurious
1
-3
/
+6
[next]