mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
IDAPython for IDA 7.3
This commit is contained in:
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user