We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f0d45 commit 2233aa0Copy full SHA for 2233aa0
README.md
@@ -94,3 +94,14 @@ the PHP core and must be dynamically loaded. This can be performed by adding
94
the following statement under the `[PHP]` directive:
95
96
zend_extension=opcache.so
97
+
98
+## Dockerized setup
99
100
+Due to construct 2.9's API breakage, I created a docker container to run this project using construct 2.8. To use:
101
102
+ docker build -t opcache_analysis .
103
+ docker run -it --rm opcache_analysis sh
104
105
+Then inside the busybox shell of the container you can use the tools, for example:
106
107
+ python ./analysis_tools/opcache_disassembler.py -c -a64 index.php.bin
0 commit comments