question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to run under Arch

See original GitHub issue

Hi,

I’m trying to test sandsifter on Arch. After manually specifying python2, I get:

$> sudo ./sifter.py --unk --dis --len --sync --tick -- -P1 -t
Traceback (most recent call last):
  File "./sifter.py", line 842, in <module>
    main()
  File "./sifter.py", line 817, in main
    arch = re.search(r".*(..)-bit.*", injector_bitness).group(1)
AttributeError: 'NoneType' object has no attribute 'group'

Please let me know if you need any more info or testing.

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
FauxFauxcommented, Jul 28, 2017

On Ubuntu, the necessary libraries are packaged:

sudo apt install python-capstone libcapstone-dev
make
sudo ./sifter.py --unk --dis --len --sync --tick -- -P1 -t
0reactions
sokoowcommented, Jul 28, 2017

it compiled fine for me under centos7 😕

Read more comments on GitHub >

github_iconTop Results From Across the Web

General troubleshooting - ArchWiki
Run the application in a terminal so it is possible to inspect the output. ... it is very important to know in which...
Read more >
What to Do About That Nagging Arch Pain When Running
Try this stretch throughout the day: While seated, grab your big toe, pull it back as far as you can tolerate, and hold...
Read more >
Arch Pain | Symptoms, Causes & Treatment by Sydney Heel ...
Her peroneal tendons were unremarkable and there was no heel pain. Mrs X was able to walk in her bare feet without limping,...
Read more >
Unable to install Arch with 07/01/2022 .iso, requires updated ...
Came across this issue while trying to install Arch in a VM today, occurred with any .iso file I tried to use, downloaded...
Read more >
"Unable to run arch-specific checks" - Raspberry Pi Stack ...
I'm using a Raspberry Pi to run pywws, in support of a personal weather station. I noticed that it had stopped working, so...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found