Comment on Bugchecker.net – finds bugs in your binaries (symbolic execution)Comments−letney13yThe console app / bugchecker python script on this page: http://bugchecker.net/consoleneeds the BUGCHECKER_API_URL = 'http://localhost/api.php' changed to 'http://bugchecker.net/api.php' to work.−wololoOP13yVery appreciated, fixing...
Comments
The console app / bugchecker python script on this page: http://bugchecker.net/console
needs the BUGCHECKER_API_URL = 'http://localhost/api.php' changed to 'http://bugchecker.net/api.php' to work.
Very appreciated, fixing...