Cédric Tessier
Cédric Tessier
Split implementation from definition. We have too much code in headers, sometime in files with a name that is not really inspiring...
Currently the cross-compilation system is a mess, hard to be maintained and even worse used by an external user: * Build script for the dependencies need to be manually tuned,...
Expose important CMake variables in a config.h (architecture, LLVM version, AVX support, ...).
It looks like REX prefix on x86 instruction ENTER is not supported by LLVM... Our validator is failing on due to this. @0xAcid confirmed this issue: > gdb-peda$ x/i 0x41935a...
_ExecBrocker_ allows any users to remove code ranges from the scope of QBDI, letting the program execute freely when jumping outside of it. It currently only implement one strategy to...
**Describe the bug** Table is broken when columns are hidden in a nested header. Computed _colspan_ values are not taking into account the "hidden" attribute of columns. **To Reproduce** ```javascript...