IDAPython for IDA 8.3

This commit is contained in:
Arnaud Diederen
2023-06-12 10:39:14 +02:00
parent c99b9db781
commit e6841a95a3
97 changed files with 3909 additions and 1536 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
--- !tapi-tbd
tbd-version: 4
targets: [ arm64-macos ]
targets: [ arm64-macos, x86_64-macos ]
install-name: '@executable_path/libpython3.link.dylib'
current-version: 3.9
compatibility-version: 3.9
exports:
- targets: [ arm64-macos ]
- targets: [ arm64-macos, x86_64-macos ]
symbols: [ _PyAST_CompileEx, _PyAST_CompileObject, _PyAST_FromNode, _PyAST_FromNodeObject,
_PyAST_Validate, _PyArena_AddPyObject, _PyArena_Free, _PyArena_Malloc,
_PyArena_New, _PyArg_Parse, _PyArg_ParseTuple, _PyArg_ParseTupleAndKeywords,