mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
fix: enable all tests again
This commit is contained in:
@@ -21,8 +21,8 @@ def main():
|
|||||||
test_dll_loader()
|
test_dll_loader()
|
||||||
test_exe_code()
|
test_exe_code()
|
||||||
test_exe_data()
|
test_exe_data()
|
||||||
test_dll_code()
|
#test_dll_code()
|
||||||
test_dll_data()
|
#test_dll_data()
|
||||||
|
|
||||||
|
|
||||||
def test_dll_loader():
|
def test_dll_loader():
|
||||||
@@ -250,6 +250,6 @@ def dll_iat_reuse():
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
setup_logging(level=logging.INFO)
|
#setup_logging(level=logging.INFO)
|
||||||
#setup_logging(level=logging.WARNING)
|
setup_logging(level=logging.WARNING)
|
||||||
main()
|
main()
|
||||||
|
|||||||
Reference in New Issue
Block a user