We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Desired directory structure of test:
test ├── binaries │ └── 1 ├── code │ └── 1.go ├── output │ └── 1 └── save_new_data.sh
The logic for save_new_data.sh is as follows:
# Iterate for every file in code, compile to binaries, and then run # the disassembler on each and save to the file to output
Tests should make verification on the binaries/output
EDIT: There should be binaries/output for each combination of bitsize/arch
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Desired directory structure of test:
The logic for save_new_data.sh is as follows:
Tests should make verification on the binaries/output
EDIT: There should be binaries/output for each combination of bitsize/arch
The text was updated successfully, but these errors were encountered: