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

Input option for ascii (human readable) binary/hex data #215

Open
chanudel opened this issue Mar 14, 2023 · 1 comment
Open

Input option for ascii (human readable) binary/hex data #215

chanudel opened this issue Mar 14, 2023 · 1 comment

Comments

@chanudel
Copy link

Based on my own experience as well as other feedback I have seen from other issues I am proposing that the script be modified to accept human readable text files in an ascii-like binary/hex format. All of our data collection methods that we use in IBM result in data that is either humanly readable binary/hex data. Looking at the script it doesn't seem like that would be hard to implement. I think as long as you make your script robust enough to strip out newlines and flag invalid characters it should be easy to do.

@joshuaehill
Copy link
Contributor

Modern version of this tool are implemented in C++ (more-or-less), so this tool isn't a script any longer. If you are still dealing with the python script version of this tool, that was an implementation of the 2016 draft of SP 800-90B, which is no longer current.

There are a wealth of conversion utilities available in Theseus , which is what I use for converting between various formats. If you don't find what you are looking for there, feel free to drop me a line, or describe what you are looking for as a Theseus issue.

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

No branches or pull requests

2 participants