index
:
nsploit
master
no-rev-cache
Process interaction tool for software exploitation
malf
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-24
nsploit v0.5.1
HEAD
v0.5.1
master
Malfurious
1
-1
/
+1
2025-03-24
pyproject: Fix readme file definition
Malfurious
1
-1
/
+1
2025-03-24
nsploit v0.5.0
v0.5.0
Malfurious
1
-1
/
+1
2025-03-24
Rename README
Malfurious
2
-1
/
+1
2025-03-24
Update documentation for new release
Malfurious
2
-123
/
+139
2025-03-24
lict: Fix typo in class docstring
Malfurious
1
-1
/
+1
2025-03-16
rev: r2: Fix imported symbol realnames
Malfurious
1
-1
/
+5
2025-03-16
Import types modules into default script scope
Malfurious
1
-2
/
+3
2025-03-16
symtbl: Move to types package
Malfurious
4
-2
/
+2
2025-03-16
Merge branch 'tech'
Malfurious
8
-12
/
+12
2025-03-16
payload: Move to types package
Malfurious
7
-9
/
+9
2025-03-16
ret2dlresolve: Move to tech package
Malfurious
3
-1
/
+1
2025-03-16
fmtstring: Move to tech package
Malfurious
3
-1
/
+1
2025-03-16
rop: Move to new package tech
Malfurious
5
-5
/
+5
2025-01-05
Remove Docker image
Malfurious
2
-27
/
+0
2025-01-04
Merge branch 'nsploit'
Malfurious
32
-131
/
+90
2025-01-04
Update pyproject file for nsploit
Malfurious
1
-16
/
+9
2025-01-04
Don't rely on git for version information
Malfurious
4
-50
/
+16
2025-01-04
main: Update ASCII banner for nsploit
Malfurious
1
-3
/
+3
2025-01-04
Rename sploit package to nsploit
Malfurious
31
-55
/
+55
2025-01-02
rop: Add ret2dlresolve exploit module
Malfurious
2
-0
/
+227
2025-01-02
fmtstring: Add printf exploit module
Malfurious
2
-0
/
+179
2025-01-02
payload: Rework pointer to directly target another payload field
Malfurious
1
-8
/
+10
2025-01-02
payload: padalign reference property
Malfurious
1
-2
/
+3
2025-01-02
payload: Separate length and bytes calculations
Malfurious
2
-33
/
+57
2025-01-02
payload: Improve recursion performance
Malfurious
1
-14
/
+22
2025-01-01
Merge branch 'indextbl'
Malfurious
11
-330
/
+826
2025-01-01
payload: rop: Update for new Payload class
Malfurious
1
-132
/
+113
2025-01-01
Update ROP gadget types to extend IndexEntry
Malfurious
2
-44
/
+22
2025-01-01
payload: Refactor as a concrete IndexTbl
Malfurious
3
-86
/
+295
2025-01-01
lict: Add new list-dictionary hybrid type
Malfurious
2
-0
/
+203
2025-01-01
symtbl: Refactor abstract IndexTbl interface
Malfurious
4
-68
/
+193
2025-01-01
Merge branch 'pkg-reorg'
Malfurious
19
-101
/
+101
2024-01-13
main: Automatically provide top-level sploit modules to user scripts
Malfurious
1
-1
/
+9
2024-01-13
sploit: Expose modules' contents through package
Malfurious
1
-10
/
+5
2024-01-13
Remove extra "main.py" file
Malfurious
4
-68
/
+71
2024-01-13
comm: Promote from module to package
Malfurious
3
-1
/
+2
2024-01-13
log: Move to sploit.util package
Malfurious
7
-5
/
+5
2024-01-13
util: Promote from module to package
Malfurious
4
-2
/
+3
2024-01-13
builder: Rename package to payload and expose contents
Malfurious
6
-8
/
+6
2024-01-13
rev: Expose modules' contents through package
Malfurious
1
-6
/
+4
2024-01-13
Remove outer __init__.py file
Malfurious
1
-4
/
+0
2023-04-02
comm: Fix bug where readline thinks pipe is broken
v0.4
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
[next]