1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-21 06:59:01 +00:00

added a CLI debugger

This commit is contained in:
diman
2008-02-03 14:21:36 +00:00
parent 7c6a4479bb
commit 2d9bc1b43d
9 changed files with 1797 additions and 202 deletions

View File

@@ -207,6 +207,9 @@ void tty_init()
{
struct termios ti;
if(o.noninteractive)
return;
if (tty_fd)
return;