VTIL-Python
VTIL-Python copied to clipboard
Python bindings for the VTIL API. (WIP)
my previos steps: ``` cmake .. ``` ``` > cmake --build . --config Release MSBuild version 17.4.1+9a89d02ff for .NET Framework Checking File Globs capstone-static.vcxproj -> C:\Users\devirt\VTIL-Python\build\_deps\capstone-build\Release\capstone.lib keystone.vcxproj -> C:\Users\devirt\VTIL-Python\build\_deps\keystone-build\llvm\lib\Release\keystone.lib VTIL-Common.vcxproj...
Currently, the Python project defines modules based on the core sub-projects (arch, common, compiler, symex) which requires specific module imports (or wildcard) to obtain classes. (i.e. `from vtil.arch import basic_block`)...
Currently all names (members, function, etc.) are following the exact (or closest) naming convention as the core project itself, might want to consider changing the names to their Python-like naming...