From 5c5c9df6f8fb66da7a72591e07194469dbfb3a6f Mon Sep 17 00:00:00 2001 From: ea Date: Wed, 1 Jun 2016 23:44:44 +0200 Subject: removed superfluo superfluous lines --- afl-dyninst.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'afl-dyninst.cpp') diff --git a/afl-dyninst.cpp b/afl-dyninst.cpp index aa45741..4581f13 100644 --- a/afl-dyninst.cpp +++ b/afl-dyninst.cpp @@ -347,14 +347,12 @@ int main (int argc, char **argv) set::iterator rtLibIter ; for(rtLibIter = runtimeLibraries.begin(); rtLibIter != runtimeLibraries.end(); rtLibIter++) { BPatch_binaryEdit *libBin = bpatch.openBinary ((*rtLibIter).c_str(), false); - printf("I sad otvara %s\n",(*rtLibIter).c_str()); if (libBin == NULL) { cerr << "Failed to open binary "<< *rtLibIter << endl; return EXIT_FAILURE; } BPatch_image *libImg = libBin->getImage (); vector < BPatch_module * >*modules = libImg->getModules (); - libBin->loadLibrary (instLibrary); moduleIter = modules->begin (); for ( ; moduleIter != modules->end (); ++moduleIter) { -- cgit 1.4.1