dankamongmen / omphalos

A tool for network enumeration and domination.
https://nick-black.com/dankwiki/index.php/Omphalos
GNU General Public License v3.0
49 stars 6 forks source link

Lots of necessary activity inside assert()s #23

Closed dankamongmen closed 4 years ago

dankamongmen commented 5 years ago

Most particularly in the ncurses UI code, we have an awful lot of necessary activity living inside of assert()s. If these are disabled via NDEBUG, we just won't work. Get 'em out of there.

dankamongmen commented 4 years ago

This is almost entirely UI code, so most of it will be going away with the wide-sweeping changes of #21.

dankamongmen commented 4 years ago

All operational code has been extracted from assert()s in the dankamongmen/notcurses branch. When that branch is merged, we're done with this issue.