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
When a script has some unrecoverable data and IGNORE_UNKNOWN is enabled the disassembler is able to proceed by dumping the data as raw hex input. It does however miss some potentially valid opcodes by skipping two bytes at a time. This should be reduced to 1.
The text was updated successfully, but these errors were encountered:
When a script has some unrecoverable data and IGNORE_UNKNOWN is enabled the disassembler is able to proceed by dumping the data as raw hex input. It does however miss some potentially valid opcodes by skipping two bytes at a time. This should be reduced to 1.
The text was updated successfully, but these errors were encountered: