-
Notifications
You must be signed in to change notification settings - Fork 352
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
File "./sifter.py", line 817, in main arch = re.search(r".*(..)-bit.*", injector_bitness).group(1) #71
Comments
I am going to guess that 32-bit systems are out of the question. |
Can reproduce on my Arch Linux setup, running on a Ryzen 5 2600.
|
Commenting out the line and replacing with |
the same issue for me, cpu: |
Happened to me, you need to run |
Made the attempt to use this on a Debian sid based system which is twenty year old hardware. The processors are real Intel Pentium II ( Deschutes ) modules and there are two of them.
However :
titan# ./sifter.py --unk --dis --len --sync --tick -- -P1 -t
Traceback (most recent call last):
File "./sifter.py", line 842, in
main()
File "./sifter.py", line 817, in main
arch = re.search(r".(..)-bit.", injector_bitness).group(1)
AttributeError: 'NoneType' object has no attribute 'group'
titan#
titan# git remote show origin
Fetch URL: https://github.com/xoreaxeaxeax/sandsifter
Push URL: https://github.com/xoreaxeaxeax/sandsifter
HEAD branch: master
Remote branch:
master tracked
Local branch configured for 'git pull':
master merges with remote master
Local ref configured for 'git push':
master pushes to master (up to date)
titan#
Not sure what to do with that other than just let you know.
--
Dennis Clarke
RISC-V/SPARC/PPC/ARM/CISC
UNIX and Linux spoken
GreyBeard and suspenders included
The text was updated successfully, but these errors were encountered: