cryptax

Results 49 issues of cryptax

The terminal shows this log when I try to kill the app from the "Hooks" panel: ``` Execute command request : /home/axelle/dexcaliburWS/.dxc/bin/platform-tools/adb -s emulator-5554 shell su -c "kill 21264" su:...

bug

The APK loads dynamically (using `DexClassLoader`) another DEX file. I want to hook a method inside that second dex. With Dexcalibur, I am able to search for that method, and...

bug

Currently, with the Docker container I get this error: ``` # ./dexcalibur --app=com.freestylelibre.app.fr --port=8000 --pull /bin/sh: 23: ./dexcalibur: not found ``` Investigating a little, we see this is caused by...

docker

Hi, Is it possible to use dexcalibur **docker** image with an **Android emulator** and not a real device? I fail to understand what to provide in `--device=...` argument. For example,...

docker

It would be convenient to **pause** when a given hook is reached, so that we can for instance retrieve file from the file system at this exact moment. For example,...

✨enhancement

I am using malicious sample Android/Alien `dc215663af92d41f40f36088ec1b850b81092ea94a4a061a9ce88178daee965a`. I want to hook in class `mgcmudrfccmnwasmkd.qalnmoqsc.oygfoqispqmmjqqkuij.gjavovxatuj`, which is dynamically loaded, a method `private String a(String arg5)`. I use: - Start panel: an...

In the Hooks tab, I enter: - a classname - a method name - an overload type. Then, I add the entry and generate the script. **The generated script has...

This is a minor issue: in the `README.md`, this link is broken https://github.com/therealsaumil/emux/blob/master/docs/emulating-tenda-ac15.html. The link to the GitHub file works though :)

Hello, I have installed Dionaea through T-pot. To test it, I have tried to send a MQTT request like `mosquitto_sub -t '#' -h SERVERIP -p 1883` or subscribe to topic...

Type: Enhancement
Status: In Progress

I wrote a program using gattlib that connects to a BLE device. Unfortunately, although the device is in a correct state, **the connection fails many times before it eventually works**....