lunixbochs / usercorn

dynamic binary analysis via platform emulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add support for += in scripts

Caesurus opened this issue · comments

At the moment I have to do:
cnt = cnt + 1
it would be nice to do:
cnt += 1