Skip to content

elfx86exts 0.6.2

Latest
Compare
Choose a tag to compare
@pkgw pkgw released this 22 Oct 12:21
· 58 commits to master since this release

elfx86exts 0.6.2 (2023-10-22)

  • Fix excessive memory consumption (@HanabishiRecca, #2, #90, #173). For a long
    time, we have known that this program can consume surprisingly large amounts
    of memory when processing large programs (well, and small ones too). It turns
    out that if we simply disassemble one instruction at a time instead of in
    bulk, not only do the memory requirements go way down, but the program is much
    faster too! Thanks again to @HanabishiRecca for finally solving this
    longstanding issue.