Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[decoding] provide user feedback if string decoding might not have been successful #280

Open
mr-tz opened this issue Feb 28, 2018 · 0 comments

Comments

@mr-tz
Copy link
Collaborator

mr-tz commented Feb 28, 2018

for example we know that we ran a function but did not get any output that is a string? can we even tell?
we know that something might have gone wrong when we get an exception, e.g. InstructionRangeExceededError

also tell user if no decoding function was found
or if function was found, but no strings could be recovered

Also: if a decoding function is called 30 times, but only 28 strings are recovered from it, something might have gone wrong (see 6ee35da59f92f71e757d4d5b964ecf00, 0x40166C for example?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant