-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix processing IR stores with big addresses (#131)
* Patch loader to support LIEF 0.12 * Support big memory addresses (mainly for EVM) * Update lief to 0.12.1 (#110) * Update LIEF to 0.12.1 Latest release * Update LIEF API usage * Add version requirement to CMake when finding LIEF * Fix LIEF link in python packaging Dockerfile * Fix getting symbol name with LIEF 0.12 Co-authored-by: Boyan-MILANOV <[email protected]> * Update packaging dockerfile Co-authored-by: Eric Kilmer <[email protected]>
- Loading branch information
1 parent
5d7bbb0
commit cd2be9d
Showing
3 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters