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-24
r2: Simplify Symtbl construction in get_locals()
v0.2
Malfurious
1
-3
/
+1
2023-02-24
symtbl: Refactor module as an improved container type (and more)
Malfurious
2
-54
/
+185
2023-02-24
symtbl: Rename file to match class name
Malfurious
4
-4
/
+4
2023-02-23
Add the version to the splash screen
dusoleil
1
-1
/
+2
2023-02-23
Dynamically source version in toml from git
dusoleil
4
-5
/
+54
2023-02-23
Update project's build and package to the newer standard
dusoleil
3
-7
/
+23
2023-02-18
comm: Localize stdin nonblock to interact's readall
dusoleil
1
-4
/
+6
2023-02-18
Use buffered read throughout Comm
dusoleil
1
-1
/
+1
2023-02-18
Read once at the beginning of interact mode.
dusoleil
1
-0
/
+1
2023-02-18
comm: Strip \n character from readline()
Malfurious
1
-1
/
+4
2023-02-18
comm: Add default argument for writeline()
Malfurious
1
-1
/
+1
2023-02-18
comm: Enable logonread during interact()
Malfurious
1
-0
/
+3
2023-02-18
comm: Squelch BrokenPipeError during shutdown()
Malfurious
1
-1
/
+4
2023-02-18
Always shutdown comms after executing script
Malfurious
1
-2
/
+3
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
[next]