Simplify command line usage exploiting ELF info
* s/`importGlobalData`/`parseELF`/ * Save the entry point specified in the ELF header, which will be used if the user doesn't provide an address. * Let parse `parseELF` take care of informing libtinycode about what has to be mmap'd and where. * Remove some support scripts used during testing, now no longer necessary. * Various cleanups
Showing
- codegenerator.cpp 23 additions, 20 deletionscodegenerator.cpp
- codegenerator.h 4 additions, 5 deletionscodegenerator.h
- main.cpp 1 addition, 98 deletionsmain.cpp
- tests/Tests.cmake 1 addition, 1 deletiontests/Tests.cmake
- tests/get-function-offset 0 additions, 9 deletionstests/get-function-offset
- tests/get-text-offset 0 additions, 7 deletionstests/get-text-offset
- tests/get-text-virtual-address 0 additions, 7 deletionstests/get-text-virtual-address
- variablemanager.cpp 1 addition, 1 deletionvariablemanager.cpp
Loading
Please register or sign in to comment