lunixbochs / revsync

realtime cross-tool collaborative reverse engineering
MIT License
100 stars 25 forks source link

Replace erroneous stackvar_lock w/correct one #7

Closed mechanicalnull closed 3 years ago

mechanicalnull commented 3 years ago

Looks like the stack_var lock was erroneously being picked up where I think it was supposed to be structs_lock.

lunixbochs commented 3 years ago

we should probably replace these with with blocks instead of manual lock/unlock