qiufuyu123 / CasioEmuNeo

卡西欧classwizard系列模拟器,支持调试,rop一件注入
GNU General Public License v3.0
41 stars 8 forks source link

handle SIGTERM and SIGINT #14

Closed bczhc closed 7 months ago

bczhc commented 7 months ago

之前要想结束程序,必须手动关掉模拟器或调试器窗口。user的版本有exit_on_console_shutdown,但这个版本去掉了。所以直接处理SIGTERM和SIGINT。