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-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
2023-03-13
Prefer __repr__ for pretty-printing objects
Malfurious
2
-7
/
+4
2023-03-13
payload: Add explicit width ints
dusoleil
1
-0
/
+16
2023-03-13
arch: refactor byte/int conversions
dusoleil
2
-6
/
+12
2023-03-13
arch: Add explicit int conversions
dusoleil
1
-6
/
+57
2023-03-13
arch: Add docstrings
dusoleil
1
-0
/
+33
2023-03-13
arch: Use dataclass instead of namedtuple
dusoleil
1
-13
/
+15
2023-03-01
Add special cases for read(size <= 0)
dusoleil
1
-4
/
+9
2023-03-01
Add io.last as the result of the last discrete read
dusoleil
1
-1
/
+9
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
[next]