summaryrefslogtreecommitdiffstats
path: root/sploit/payload/payload.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-04Rename sploit package to nsploitMalfurious1-224/+0
2025-01-02payload: Separate length and bytes calculationsMalfurious1-16/+29
2025-01-02payload: Improve recursion performanceMalfurious1-14/+22
2025-01-01payload: Refactor as a concrete IndexTblMalfurious1-86/+195
2024-01-13builder: Rename package to payload and expose contentsMalfurious1-0/+0
2023-03-19payload: Add method end()Malfurious1-0/+3
2023-03-19Create new subpackage 'builder'Malfurious1-0/+0
2023-03-13payload: Add explicit width intsdusoleil1-0/+16
2023-03-13arch: refactor byte/int conversionsdusoleil1-2/+2
2023-02-24symtbl: Refactor module as an improved container type (and more)Malfurious1-3/+3
2023-02-24symtbl: Rename file to match class nameMalfurious1-1/+1
2022-09-12sploit: Fix bugs involving Symtbl base valueMalfurious1-2/+2
2022-09-12sploit: payload: Promote private methods to "protected" accessMalfurious1-15/+15
2022-09-12sploit: payload: Clean up automatic symbol namingMalfurious1-10/+11
2022-09-12sploit: payload: Class no longer extends SymtblMalfurious1-11/+8
2022-09-12sploit: payload: Allow variadic insertionsMalfurious1-13/+15
2022-03-17sploit: Rework payload builderMalfurious1-57/+68
2021-09-07sploit: Add payload builder moduleMalfurious1-0/+64