pr0v3rbs / FirmAE

Towards Large-Scale Emulation of IoT Firmware for Dynamic Analysis
MIT License
603 stars 117 forks source link

how to stop the emulation? #46

Closed bttring closed 1 year ago

bttring commented 1 year ago

I finally could start the emulation but don't know how to stop it. I have to delete the scratch folder and then restart to stop it. Any command line for it?

pr0v3rbs commented 1 year ago

When emulating in the host system, then just send keyboard input ^C (ctrl + C).

When emulating on the docker system, then find the emulating docker container from the sudo docker ps, and stop the target container with command sudo docker stop [containerPORT].