You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 with
memoryview: 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
Context (Environment)
Ubuntu 20.04 LTS
The text was updated successfully, but these errors were encountered: