Upload files to "/"
This commit is contained in:
@@ -101,5 +101,10 @@ def main():
|
|||||||
export_local_types(extractfile)
|
export_local_types(extractfile)
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
try :
|
||||||
idaapi.qexit(0)
|
auto_wait()
|
||||||
|
assert (init_hexrays_plugin()), "Hex-Rays Decompiler is not available!"
|
||||||
|
main()
|
||||||
|
except AssertionError as msg:
|
||||||
|
mylog("__main__",msg)
|
||||||
|
qexit(0)
|
||||||
Reference in New Issue
Block a user