dexcalibur icon indicating copy to clipboard operation
dexcalibur copied to clipboard

[Official] Android reverse engineering tool focused on dynamic instrumentation automation leveraging Frida. It disassembles dex, analyzes it statically, generates hooks, discovers reflected methods, s...

Results 31 dexcalibur issues
Sort by recently updated
recently updated
newest added

I am unable to open project for malicious sample `08362_Video_Oynatıcı.apk` (sha256: `5b9049c392eaf83b12b98419f14ece1b00042592b003a17e4e6f0fb466281368`). Dexcalibur throws errors "Manifest parsing error : an service has not name", and "Unable to generate UID" and...

bug

Do you have an Frida scripts for certificate unpinning?

bug

Hi @FrenchYeti, Thank you for your work on this great tool. I'm looking forward to trying it out. Could you please help me install it? I'm trying to install it...

bug

Device: Pixel (Rooted via Magisk) OS: Windows 10 [ERROR] [INSPECTOR][SAVE] hook.disable() failed : [INFO] true[object Object] [INFO] [REST] /api/hook/:hookid EDIT [INFO] true[object Object] [INFO] [REST] /api/hook/:hookid EDIT [INFO] true[object Object]...

bug

Hello, Even if I try to use the command: `node /usr/lib/node_modules/dexcalibur/dexcalibur.js --max-old-space-size=16384` I still get the crash with error ` JavaScript heap out of memory`: ``` [*] 44453 methods indexed...

bug

In Dexcalibur hook manager panel, I click on attach to app. ![attach-toapp](https://user-images.githubusercontent.com/2493690/101803132-7e55cd80-3b10-11eb-8a6b-a055ce872ba0.png) Note that `frida_server` is running despite what the GUI says (see Issue: #32). ``` generic_x86_64:/ $ ps -u...

bug
device comm

Using the kill app button in the UI: ``` [INFO] spawned:24357 script loaded Script {} [INFO] [REST] /api/hook/frida/kill POST Execute command request : /home/user/dexcaliburWS/.dxc/bin/platform-tools/adb -s 2531c536 shell su -c "kill...

bug

**Describe the bug** A clear and concise description of what the bug is. When I trying to analyze the application in the device using dexcalibur, an error occurs while parsing...

bug

Hi While scanning the apk, I am getting this error. Due to security issues, I can't share the complete stack trace but some of the error snippets are ``` [INFO]...

This is a **feature request**, not a bug. Fortunately, probably easy to add :) I recommend you add by default hooks for `Cipher.doFinal`, and that in the hook, you show...

bug