Davids Paskevics
Davids Paskevics
The project currently does not work properly when trying to mirror a user instead of an organization. It simply returns `Github error: 404 {u'documentation_url': u'https://developer.github.com/v3', u'message': u'Not Found'}` when supplied...
Sometimes, `airport` prints an error message to the terminal instead of returning nothing when no networks are found, causing a panic when trying to parse the output later. Take this...
See meta-smartwatch PR at https://github.com/AsteroidOS/meta-smartwatch/pull/239 for rationale behind the changes. Requires https://github.com/AsteroidOS/meta-smartwatch/pull/239 and https://github.com/AsteroidOS/meta-asteroid/pull/188.
```sh $ cargo run --example u2f_hid Finished dev [unoptimized + debuginfo] target(s) in 0.07s Running `target/debug/examples/u2f_hid` Found 1 devices. Winking device: HS HyperFIDO (r13057) Registration request sent (timeout: 10s). Error:...
The README has a demo showing off the reference portal implementation. How can this demo be run? `cargo` reports not finding any binary targets in the workspace: ```sh $ cargo...
The crash also happens when trying to trace other applications as well. Device is a Moto G8 on stock ROM rooted via Magisk, Android 11. ``` $ frida -U --codeshare...
Previously, qemux86-related changes were strewn all over meta-asteroid, which went against the way all other machines are handled. This change creates a new "smartwatch" machine, called emulator. It inherits most...
`frida-discover` crashes whenever I try to instrument an Android app. Phone is a Moto G8 running the latest Android 11 - based stock ROM, rooted via magisk and `frida-server` version...
See https://github.com/cesena/ghidra2dwarf/issues/23
Draft for now, as it doesn't make sense to merge without PRs for other repos which add actual support code.