IDAPython for IDA 7.3

This commit is contained in:
Arnaud Diederen
2019-06-26 14:37:39 +02:00
parent afca63f19a
commit 7a567eecf0
127 changed files with 104365 additions and 3930 deletions
+4 -1
View File
@@ -19,4 +19,7 @@ AUTOIMPORT_COMPAT_IDA695 = YES
// Is IDAPython namespace-aware?
// If yes, then plugins, loaders & processor modules will each be loaded
// within their own namespace, preventing namespace pollution.
NAMESPACE_AWARE = YES
NAMESPACE_AWARE = YES
// Should results be printed by 'sys.displayhook'?
REPL_USE_SYS_DISPLAYHOOK = YES