mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-04-27 04:44:31 +00:00
API Changes: LIEF::MachO::Parser won't return a 'std::vector' of MachO::Binary* but a pointer to MachO::FatBinary object It's a kind of wrapper on std::vector<MachO::Binary*>
6 lines
78 B
Batchfile
6 lines
78 B
Batchfile
@echo on
|
|
|
|
|
|
set PYTHONPATH=%PYTHONPATH%;@PROJECT_BINARY_DIR@/api/python
|
|
%1 %~2
|