Commit Graph

19 Commits (9763fc34370d0fab9ef35c36f3c6c560991dbec8)

Author SHA1 Message Date
OBarronCS 9763fc3437
Replace all occurrences of pwndbg.aglib.regs[x] with pwndbg.aglib.regs.read_read("x") for register reads. Remove __getitem__ from the regs module. (#3440)
2 weeks ago
k4lizen 653f8666f1
Add a note about spray to cyclic (#3439)
2 weeks ago
peace-maker 2195afbc33
Fix warnings with `cyclic --n 4 --detect` on 64 bit host (#3288)
3 months ago
Rachit Kumar Pandey 2f19e96f49
feat(cyclic): Add --detect flag in cyclic command (#3162)
4 months ago
k4lizen 9d17272d14
Fix default parameter value handling (#2938)
7 months ago
k4lizen afc2c83342
Remove shell commands and cleanup command parsing (#2919)
7 months ago
k4lizen 7f4a602cfd
Implement autogenerating docs (#2846)
8 months ago
Matt. 94f82fff79
Port a handful of commands to the Debugger-agnostic interfaces (#2416)
1 year ago
Matt b5fc45b62e
Move argument value parsing of custom commands to Debugger-agsnostic API (#2255)
1 year ago
Gulshan Singh 06257f2f3f
Return `int` in `fix_int_reraise` (#2061)
2 years ago
Disconnect3d eb3c654f8c
cyclic: add filename arg (fixes #2007) (#2009)
2 years ago
Disconnect3d 9e9f328ccc
Update code to Python >= 3.8 (#1840)
2 years ago
Disconnect3d 825efda796
cyclic command: improve UX (#1522)
3 years ago
Gulshan Singh 20f9c8d941
Update pylint config and fix lint issues (#1519)
3 years ago
Gulshan Singh 241da50582
Add safe type hints (#1469)
3 years ago
Gulshan Singh 0467886258
Cleanup command docstrings (#1461)
3 years ago
ytk2128 8ad2d649bb Fix ValueError of cyclic command
3 years ago
Gulshan Singh 5695658797
Set cyclic default length 100 (#1359)
3 years ago
Szymon Borecki 3b56329acc
Port pwntools cyclic into pwndbg (#1337)
3 years ago