nucleus
nucleus copied to clipboard
Clone of "Compiler-Agnostic Function Detection in Binaries" source code
Results
2
nucleus issues
Sort by
recently updated
recently updated
newest added
There are cases on which the function sizes reported by Nucleus are invalid. Actually, sometimes the size of a function can get up to the size of the whole binary...
Compiling on MacOSX Mojave 10.14.3 gives the following error when running `make`: ``` g++ -Wall -std=c++11 -O2 -DNDEBUG -c -o obj/bb.o bb.cc In file included from bb.cc:3: In file included...