mirror of
https://github.com/vtil-project/VTIL-Core
synced 2026-08-17 08:23:03 -04:00
Enable VTIL_SYMEX_SIMPLIFY_VERBOSE
This commit is contained in:
parent
57d1cafb8e
commit
d1c3ceafe9
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
// Determine whether we should log the details of the simplification process.
|
||||
//
|
||||
#ifndef VTIL_SYMEX_SIMPLIFY_VERBOSE
|
||||
#define VTIL_SYMEX_SIMPLIFY_VERBOSE 0
|
||||
#define VTIL_SYMEX_SIMPLIFY_VERBOSE 1
|
||||
#endif
|
||||
|
||||
namespace vtil::symbolic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue