You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An annotation would be visible as a little icon next to the annotated item. When clicked, the annotation should open up and display an editor for annotations. For disassembly window, these could be:
register value assumptions ("assume eax is 0x3000 at this point" )
register / memory type assumptions ("assume eax is of type int (*__cdecl)(double, char *)" )
General comments, which should be emitted in the final C code.
The text was updated successfully, but these errors were encountered:
An annotation would be visible as a little icon next to the annotated item. When clicked, the annotation should open up and display an editor for annotations. For disassembly window, these could be:
int (*__cdecl)(double, char *)
" )The text was updated successfully, but these errors were encountered: