Upload files to "/"

This commit is contained in:
2024-10-17 14:51:23 +08:00
parent 5cfe66faa7
commit 9bd4f149a5

View File

@@ -101,5 +101,10 @@ def main():
export_local_types(extractfile)
if __name__ == "__main__":
try :
auto_wait()
assert (init_hexrays_plugin()), "Hex-Rays Decompiler is not available!"
main()
idaapi.qexit(0)
except AssertionError as msg:
mylog("__main__",msg)
qexit(0)