Abstract: Given a target binary function, the binary code search retrieves top-K similar functions in the repository, and similar functions represent that they are compiled from the same source codes.
+int Py_InspectFlag = 0; /* Needed to determine whether to exit at SystemError */ +int Py_NoSiteFlag = 0; /* Suppress 'import site' */ +int Py_BytesWarningFlag = 0 ...
diff -u /home/david/Python-2.7.1/Python/dynload_win.c Python/dynload_win.c --- /home/david/Python-2.7.1/Python/dynload_win.c 2010-05-09 14:46:46.000000000 +0000 ...