hm. a precompiled microcode.so is probably not
what you want.
The cryptokey that is used for protection of your
sources is stored partially in the binary .so file,
so the guys who send you the binary
might have a lot of fun stealing your sources ;-)
Regards
Karsten Richter
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm using hosting firm and I must use microcode as dynamically. I don't have access to apache, php, /etc/php.ini.
I must use microcode like this:
<?PHP
dl("./microcode.so");
databay_microcode_include($FILENAME)
?>
So where I can find the microcode.so ?
I must compile Apache with php like in decoder/README only for that?
Please help. Maybe somebody can send me microcode.so ?
hm. a precompiled microcode.so is probably not
what you want.
The cryptokey that is used for protection of your
sources is stored partially in the binary .so file,
so the guys who send you the binary
might have a lot of fun stealing your sources ;-)
Regards
Karsten Richter