lunixbochs / usercorn

dynamic binary analysis via platform emulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

request for `on exit`

Caesurus opened this issue · comments

It would be nice to be able to handle a on exit do which would catch several exit cases eg:
on sys 'exit_group' do
on sys 'exit' do
etc...