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
2024-05-19
Disable rev caching
HEAD
dev
Malfurious
2
-10
/
+2
2024-05-19
Squash changes
Malfurious
5
-41
/
+482
2024-05-19
payload: rop: Update for new Payload class
Malfurious
1
-132
/
+113
2024-05-19
Update ROP gadget types to extend IndexEntry
Malfurious
2
-44
/
+22
2024-05-19
payload: Refactor as a concrete IndexTbl
Malfurious
3
-86
/
+295
2024-05-19
lict: Add new list-dictionary hybrid type
Malfurious
2
-0
/
+203
2024-05-19
symtbl: Refactor abstract IndexTbl interface
Malfurious
4
-68
/
+193
2024-05-19
main: Automatically provide top-level sploit modules to user scripts
Malfurious
1
-1
/
+9
2024-05-19
sploit: Expose modules' contents through package
Malfurious
1
-10
/
+5
2024-05-19
Remove extra "main.py" file
Malfurious
4
-68
/
+71
2024-05-19
comm: Promote from module to package
Malfurious
3
-1
/
+2
2024-05-19
log: Move to sploit.util package
Malfurious
7
-5
/
+5
2024-05-19
util: Promote from module to package
Malfurious
4
-2
/
+3
2024-05-19
builder: Rename package to payload and expose contents
Malfurious
6
-8
/
+6
2024-05-19
rev: Expose modules' contents through package
Malfurious
1
-6
/
+4
2024-05-19
Remove outer __init__.py file
Malfurious
1
-4
/
+0
2024-05-19
version-malfdev
Malfurious
1
-0
/
+1
2023-04-02
comm: Fix bug where readline thinks pipe is broken
dusoleil
1
-2
/
+2
2023-03-31
Allow control of named pipe location via command-line
Malfurious
2
-13
/
+24
2023-03-31
Add sploit Docker image
Malfurious
3
-0
/
+52
2023-03-31
symtbl: Fix function docstring formatting
Malfurious
1
-19
/
+19
2023-03-24
r2: Don't return duplicate gadgets in gadget search
dusoleil
1
-0
/
+5
2023-03-23
r2: Get all relocs that have a name
dusoleil
1
-2
/
+1
2023-03-23
rev: Use json output for get_bin_info()
dusoleil
2
-25
/
+16
2023-03-23
r2: Rewrite get_elf_symbols()
dusoleil
1
-29
/
+30
2023-03-22
symtbl: order symtbl iteration by offset
dusoleil
1
-2
/
+2
2023-03-19
Add CONTRIBUTING doc
v0.3
dusoleil
1
-0
/
+36
2023-03-19
r2: limit gadget search to exec privilege sections
dusoleil
1
-1
/
+1
2023-03-19
builder: Add initial version of ROP chain tools
Malfurious
3
-4
/
+404
2023-03-19
builder: Add rop gadget annotation class
Malfurious
3
-1
/
+111
2023-03-19
payload: Add method end()
Malfurious
1
-0
/
+3
2023-03-19
Create new subpackage 'builder'
Malfurious
3
-2
/
+5
2023-03-19
rev: Normalize the reported offset of found gadgets
Malfurious
2
-3
/
+4
2023-03-19
symtbl: Support offset translation for int-like objects
Malfurious
1
-1
/
+1
2023-03-16
elf: Add docstrings
dusoleil
1
-0
/
+107
2023-03-16
elf: Automatically lookup Arch on ELF construction
dusoleil
1
-0
/
+2
2023-03-16
elf: Add bininfo to ELF under .info and .security
dusoleil
1
-9
/
+54
2023-03-16
r2: Use get_bin_info in get_elf_symbols
dusoleil
1
-5
/
+5
2023-03-16
r2: Add ability to lookup info about a binary.
dusoleil
1
-0
/
+12
2023-03-16
arch: Add Arch lookup
dusoleil
1
-4
/
+18
2023-03-16
arch: Move predefined Arch's to top of file
dusoleil
1
-10
/
+17
2023-03-16
arch: Move private methods to bottom of file
dusoleil
2
-14
/
+17
2023-03-15
r2: Increase maximum rop gadget length
Malfurious
1
-1
/
+1
2023-03-15
rev: Update rop gadget search functionality
Malfurious
2
-32
/
+61
2023-03-15
rev: Add rop gadget description class
Malfurious
2
-2
/
+38
2023-03-14
symtbl: Overload __getitem__ for translating raw offsets
Malfurious
1
-3
/
+6
2023-03-13
arch: Explicitly convert to int before type conversions
dusoleil
1
-1
/
+1
2023-03-13
elf: Fix visual bug printing libraries list
Malfurious
1
-2
/
+2
2023-03-13
symtbl: Only print column headings if table is populated
Malfurious
1
-1
/
+2
2023-03-13
symtbl: Display all nested objects in brackets
Malfurious
1
-1
/
+1
[next]