Skip to content

Commit 2233aa0

Browse files
committed
Alternate dockerized setup to get the tool working
1 parent 56f0d45 commit 2233aa0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,14 @@ the PHP core and must be dynamically loaded. This can be performed by adding
9494
the following statement under the `[PHP]` directive:
9595

9696
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

Comments
 (0)