Skip to content

hyarion/tcp_gdbstub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

## About

TCP remote target GDB-stub server !>!<

## Instructions

Build with make

Run like this:
	$ ./passive_stub
Or like this (if you want to specify port number):
	$ ./passive_stub 8112

Then connect with gdb:
	$ gdb
	(gdb) target remote localhost:8112

About

TCP remote target GDB-stub server !>!<

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages