Skip to content
New issue

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

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

Already on GitHub? # to your account

Cannot create databases (0.23.3 release has 0.23.2 code) #29

Open
BenH11235 opened this issue Dec 3, 2020 · 0 comments
Open

Cannot create databases (0.23.3 release has 0.23.2 code) #29

BenH11235 opened this issue Dec 3, 2020 · 0 comments

Comments

@BenH11235
Copy link

BenH11235 commented Dec 3, 2020

The commit that fixes #27 increments the version number to 0.23.3, but the 0.23.3 release itself still has the code from 0.23.2. This makes creating a database not possible.

Expected Behavior

Successful build of local good databse.

Current Behavior

Script fails withmemoryview: a bytes-like object is required, not 'str'

Possible Solution

Re-upload of release 0.23.3 containing the code base immediately after commit f582

Steps to Reproduce

wget https://github.com/Neo23x0/yarGen/archive/0.23.3.zip
unzip -d yarGen 0.23.3.zip
cd yarGen
cd yarGen-0.23.3
python3 ./yarGen.py --update #can also do "mkdir dbs" instead to save time
mkdir sample
echo "int main(){return 0;}" > test.c
gcc -o ./sample/test.elf ./test.c
python3 ./yarGen.py -g ./sample -c -i sample --opcodes

Context (Environment)

Ubuntu 20.04 LTS

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

No branches or pull requests

1 participant