Skip to content

QBDI 0.11.0

Latest
Compare
Choose a tag to compare
@nsurbay nsurbay released this 17 May 10:50
· 4 commits to dev-next since this release
v0.11.0
24a8c5a
  • Fix ARM instrumentation for 'mov pc, lr' (#241)
  • Add switchStackAndCall API (#245)
  • Rename QBDI::InstAnalysis::module and QBDI::InstAnalysis::symbol toQBDI::InstAnalysis::moduleName and QBDI::InstAnalysis::symbolName. The same changed applied in C, C++, Python and JS API, but Python and JS API deprecated but still support the previous name.
  • Update LLVM to LLVM17 (#253)
  • Support copy and pickle for GPRState and FPRState in PyQBDI (#247, #248)
  • Support python 3.12 (#247)