Skip to content

GDB command for reattaching to the new instance of the process (help exploit development)

Notifications You must be signed in to change notification settings

koczkatamas/gdb-reattach-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

gdb-reattach-plugin

GDB command for reattaching to the new instance of the latest running process (it can help exploit development with pwntools for example).

Usage

Load plugin (while running GDB or by adding to ~/.gdbinit):

source gdb-reattach.py

Reattach:

ra [processName]

Where processName is only required the first time (will be passed to the pidof command) then cached.

About

GDB command for reattaching to the new instance of the process (help exploit development)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages