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

Extract non-check code from assert()s #61

Closed dankamongmen closed 3 years ago

dankamongmen commented 3 years ago

We've got a lot of important code inside assert()s where it won't be called if NDEBUG is defined. Extract it. This is especially important now that we'll be using CMake (see #59).

dankamongmen commented 3 years ago

I've extracted everything I was able to find.