Skip to content

1.7.0

Compare
Choose a tag to compare
@aeflores aeflores released this 14 Sep 12:56
· 1 commit to release-1.7.0 since this release

What's Changed

  • Update code inference to use weighted interval scheduling to resolve blocks; this improves code inference results, especially on ARM.
  • ARM: Discover unreferenced code blocks occurring after literal pools.
  • Refactored CFG inference. It now infers more kinds of indirect calls and branches using value analysis, data accesses, and relocations.
  • ELF: Infer SHARED or PIE for DYN binary type
  • ELF: Generate elfDynamicInit and elfDynamicFini auxdata

Full Changelog: v1.6.0...v1.7.0