Daily Archives: 2023-11-07

Two more useful flags for cl.exe

/Be appears to spit out a make file ((arguably NMake flavored)) snippet that contains the recipe to reproduce a given run of cl.exe. It takes into account variables. Check it out: all: @cd D:\17.7.5\x64 @set INCLUDE= @set LIB= @set LIBPATH= … Continue reading

Posted in C/C++, Reversing, Software | Tagged | Leave a comment