Releases: lifting-bits/anvill
Releases · lifting-bits/anvill
Version v0.1.39
Changelog
The following are the changes that happened between versions v0.1.38 and v0.1.39
- bf80ccf - Refactor the CMake project (#101)
- 7c67ceb - CMake: Only install to system packages if not doing a dev install (#109)
- 729f689 - Update build.yml (#112)
- 788773e - Add TypeCache for bn type lookup (#108)
- 5a9c451 - CMake: Update default settings, fix packaging issue (#111)
- c9ed3ba - Fix ce replace bug (#110)
- 2a87b47 - Fix crash array size, unsupported reg, missing data var (#117)
- 603dd77 - Fix bytesequence and copypasta (#116)
- fa67244 - Formats files and sets internal linkage to
__anvill_reg
globals (#118) - 0c410be - CI: Update asset names when handling tags (#115)
- b636d35 - CI: Switch to the more reliable macOS 10.15 workers (#120)
- be24fd5 - CI: Use a single job to publish releases (#122)
v0.1.38
Handling of Named Type references (#99) * Handling of named references Fix the handling of type cache and read bytes from memory * review changes * Add vector type lifting * add remill compat header for vector type Co-authored-by: AkshayK <[email protected]>
v0.1.37
Do not lift functions that are not in the JSON spec (#102) * Modifies lifting to ignore functions that do not have mapped bytes in the spec * Moves byte existence and executability check to LifFunction() and adds comments
v0.1.36
IDA: Add a simple action to generate spec files (#94) * IDA: Add a simple action to generate spec files * docs: Update the example instructions
v0.1.35
Remove Python2.7 support (#104) * Removes any mention of python2 * Removes more mentions of python2
v0.1.34
Fix handling of variables with invalid ea (#100)
v0.1.33
anvill: Add StructType support to CreateConstFromMemory (#97)
v0.1.32
fix handling of temp register while looking for pointer (#96)
v0.1.31
Fix unhandled type class (#95)
v0.1.30
Improvements to reference gathering via `refs_as_defs` in Binja front…