| Age | Commit message (Collapse) | Author |
|
|
|
Apparently, we're not supporting hooking on `ret` for user-defined functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Currently, we're not supporting virtual-patching on
variadic functions. The commit makes it clear,
and fix the related crash.
This should close #157
|
|
Only check if a function should be disabled when we're after a `*CALL` opcode, end not on every single opcode.
Based on @blotus ideas ♥
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should stop github from marking our project
as a PHP one.
|
|
|
|
|
|
This used to be private, but since it apparently
isn't anymore, we should forbid it ;)
|
|
This should close #149
|
|
PHP is breaking too many things on nightly, we'll only support releases from now on.
This should also make our vld-based file-upload checker more resilient: no more random warnings on stderr.
|
|
|
|
The Python script is using vld (https://derickrethans.nl/projects.html#vld) to check for malicious opcodes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should close #129
|
|
|