QBDI icon indicating copy to clipboard operation
QBDI copied to clipboard

Extensibility to JavaScript engines

Open egberts opened this issue 4 years ago • 1 comments

Not so much an issue but an inquiry.

Can QBDI perform creation of 100s of test points within a browser’s JavaScript engine (the part about processing AST of WASM/JavaScript-source-JITed such that it would pass these TP events to other AST analyzers?

egberts avatar Dec 06 '21 15:12 egberts

I'm not sure to understand your use-case.

QBDI allows to instrument binary at an instruction level. The current supported architectures are x86 and x86-64. QBDI can provide you a trace of the execution and a list of memory access.

nsurbay avatar Dec 07 '21 14:12 nsurbay