We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Possibly related to #617 - but also possibly before that. /cc @egibs
go run ./cmd/mal --err-first-hit scan /usr π Scanning "/usr" π scan: "/usr/bin/busybox": matched requested condition
What I would have expected to before the exit is:
ββ π /usr/bin/busybox β β’ anti-behavior/anti_debugger β multiple suspicious methods to detect a debugger: β /proc/%u/exe, /proc/self/exe, /sys/devices/system/cpu, LD_DEBUG, LD_PROFILE β β’ discover/network/interface_list β list network interfaces, avoids debugging: β LD_DEBUG, LD_PROFILE, gethostbyname, getifaddrs β β’ hw/dev/ubi β access raw unsorted block images (UBI): /dev/ubi%u
The text was updated successfully, but these errors were encountered:
Good catch. Shouldn't be too hard to render before running cancel(). I'll look into this ππ»
cancel()
Sorry, something went wrong.
egibs
Successfully merging a pull request may close this issue.
Possibly related to #617 - but also possibly before that. /cc @egibs
What I would have expected to before the exit is:
The text was updated successfully, but these errors were encountered: