Skip to content

Future Goals

Sandeep Dasgupta edited this page May 10, 2020 · 1 revision

Improvement/Extension Opportunities

  • Extending the methodology to other lifters like fcd/rev.ng
  • handling the false positives on Matcher failures.
  • Efficient Caching: Right now all the instances of an instruction is cache; leads to large cahce size ~100G; Resuse similar instances
    • Reusing jmp/jcc/call is prety trivial
    • mov imm64 to ... or mov mem to ... is non trivial
Clone this wiki locally