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

Write bash script for generating test binaries/output #1

Open
grantseltzer opened this issue Jun 17, 2018 · 0 comments
Open

Write bash script for generating test binaries/output #1

grantseltzer opened this issue Jun 17, 2018 · 0 comments

Comments

@grantseltzer
Copy link
Owner

grantseltzer commented Jun 17, 2018

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

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

1 participant