Commit Graph

2328 Commits (574e3125f000a085266ce3bf9182472c67cd7479)
 

Author SHA1 Message Date
patryk4815 620f38008c
fix nix + charset + bump dependencies (#2355)
1 year ago
Matt. 8b24e27152
Fix missing help strings for Pwndbg commands in GDB (#2351)
1 year ago
Matt. 12d8c3960f
Port the event system to the Debugger-agnostic API and move modules external to `gdblib` to it (#2345)
1 year ago
k4lizen 6d5e574d9d
better unmapped memory handling in vis_heap_chunk (#2343)
1 year ago
OBarronCS 31292dff74
Emulator Arm SP register fix (#2337)
1 year ago
OBarronCS 117a68b7f2
Annotate all load operations Arm, AArch64, RISCV, and MIPS (#2309)
1 year ago
OBarronCS 6b85347806
Small fix to annotations crash (#2346)
1 year ago
Matt. fe1f1fa04a
LLDB: Implement new interfaces and finish bringup of `ArgparsedCommand` (#2334)
1 year ago
k4lizen 88e1eb203e
better explain nearpc behaviour (#2340)
1 year ago
Alan Li 42869c0be9
Remove assertion for `pwndbg.gdblib.file.get_file` (#2344)
1 year ago
k4lizen 8f78932c5e
vis: interpret count as addr if its big enough (#2342)
1 year ago
k4lizen 54144198f2
modify follow-fork-mode tip (#2339)
1 year ago
OBarronCS 4f081dfe0e
Make retaddr default shown in context by default (#2251)
1 year ago
Shad0w 93bab21c58
docs: update attachp command description to include partial name matching (#2336)
1 year ago
Shad0w 0f61bff5bb
feat: enhance attachp command to support partial process name matching. (#2331)
1 year ago
Jason An 1ea126a07c
Add Binary Ninja integration (#2282)
1 year ago
OBarronCS f78996d7fb
CMP-like instruction annotations for AArch64, Arm (#2303)
1 year ago
OBarronCS e22636b9fd
Arm Thumb Instruction Set support with Unicorn + Capstone (#2292)
1 year ago
Costinteo 9924429638
Add test for prompt recolor on process state change (#2333)
1 year ago
Jason An 14aff9a564
use docker compose instead of docker-compose (#2335)
1 year ago
Costinteo 42a2c02a9b
Add prompt recolor based on proc alive state (#2326)
1 year ago
Matt. 119f29638b
Disintagle `pwndbg/commands/__init__.py` from GDB (#2330)
1 year ago
Matt. f48f53f7bc
Add register value retrieval to Debugger-agnostic API and extra register check to Pwndbg command handler (#2297)
1 year ago
Disconnect3d a7962fdf4d
Fix #2314: properly cache docker image build on CI/CD (#2322)
1 year ago
OBarronCS 871324b70c
Ability to pause events (#2328)
1 year ago
Matt. 9856540404
Add an error type to the Debugger-agnostic API and move uses of the API to it (#2298)
1 year ago
Charles Fol 02fbd5c435
Hexdump: fixed computation of `hexdump.offset` (#2321)
1 year ago
Disconnect3d 715cfcbd0f
disasm/x86.py: minor refactor (#2320)
1 year ago
OBarronCS 6789fe0559
Add support for fs/gs register in Unicorn and annotations (#2317)
1 year ago
Disconnect3d 1cba25bdd4
context: fix code-lines to disasm-lines and code-source-* to code-* (#2316)
1 year ago
k4lizen 0dfcf7c0fe
Improve unsorted,small,large bins corruption check (#2289)
1 year ago
OBarronCS 77fcf7a9e5
lint (#2305)
1 year ago
OBarronCS e9b7f82cc9
Add bitwise math helper functions (#2278)
1 year ago
Jason An 9c0dd25a13
Memory exploration bug fixes and minor improvements (#2311)
1 year ago
OBarronCS a2546e736f
Small fix to remote qemu branch target detection (#2306)
1 year ago
dependabot[bot] 85bf10879a
Bump setuptools in the pip group across 1 directory (#2308)
1 year ago
dependabot[bot] 0b866be4d3
Bump zipp from 3.18.1 to 3.19.1 in the pip group across 1 directory (#2299)
1 year ago
Matt aa566e595a
Expand Debugger-agnostic API and split `pwndbg.dbg.evaluate_expression` (#2280)
1 year ago
Jason An a076273a62
Fix race condition in test_loads.py (#2296)
1 year ago
OBarronCS b74fcdde97
use os._exit() (#2295)
1 year ago
Jason An b0f42a6c8b
improve mprotect docs (#2294)
1 year ago
OBarronCS 27a2e0da04
Remove two lines that reference unused arch.mode (#2293)
1 year ago
OBarronCS 58ef6b4828
Arm mode in banner (#2281)
1 year ago
dependabot[bot] 0e8f73f561
Bump certifi in the pip group across 1 directory (#2288)
1 year ago
k4lizen 068c8c1625
Fix heap-dereference-limit description (#2286)
1 year ago
k4lizen 1d8983b6a1
refactor: make allocator fastbins call arena fastbins (#2283)
1 year ago
OBarronCS 21b87df06a
Move signal check to end of stepuntilasm (#2279)
1 year ago
Matt b5fc45b62e
Move argument value parsing of custom commands to Debugger-agsnostic API (#2255)
1 year ago
Matt 0355804908
Move addition of custom commands to the Debugger-agnostic API (#2254)
1 year ago
Jason An f2bdc4c755
remove assert with typo in it (#2276)
1 year ago