Cycript

Cycript

瀏覽:561
日期:2025-06-24
Example Say we have a program that opens /etc/passwd to check our password. We would prefer that it uses /var/passwd-fake. First, we need the address of fopen. cy# fopen = dlsym(RTLD_DEFAULT, "fopen") 0x7fff8d71b58c We can't work with this function ......看更多