Evgenii Protsenko

Results 2 issues of Evgenii Protsenko

Hello, i am trying to process the next instruction: `pcmpistri xmm0, xmmword ptr [eax-10h], 0Ch`. opcode: `\x66\x0F\x3A\x63\x40\xF0\x0C`. `ctx.disassembly(inst)` successfully disassemle it. But `ctx.processing(inst)` fails and returns `False`. What can i...

Feature
ISA Semantics
libTriton

Hello, team! The idea of this PR is to improve default `SqlInjection.ql` query by adding `github.com/jackc/pgx` module and related. I basically reused existing `SqlInjection.ql` query, and created a custom `PgxSqlInjection.ql`...