You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I can properly run the commandline chroot FIRMWARE_PATH ./qemu-mipsel-static ./FIRMWARE when I try to execute the dynamically linked router firmware.The reason why using chroot is that the relevant shared libraries is in the path "FIRMWARE_PATH/lib" .
Can I achieve this using pwntools? What is the relevant parameters? And how should I pass them to pwntools?
The text was updated successfully, but these errors were encountered:
Hi. I can properly run the commandline
chroot FIRMWARE_PATH ./qemu-mipsel-static ./FIRMWARE
when I try to execute the dynamically linked router firmware.The reason why using chroot is that the relevant shared libraries is in the path "FIRMWARE_PATH/lib" .Can I achieve this using pwntools? What is the relevant parameters? And how should I pass them to pwntools?
The text was updated successfully, but these errors were encountered: