cryptax
cryptax
I get this error when I try to dump a partition: ``` ./esp32_image_parser.py create_elf flash.bin -partition app0 -output app0.elf Dumping partition 'app0' to app0_out.bin Traceback (most recent call last): File...
I install with `pip3 install smali` in a virtual environment, and I can't use it: ``` [!576]$ python3 Python 3.10.4 (main, May 2 2022, 10:55:50) [GCC 9.4.0] on linux Type...
Get sample SHA256: `46553a5db767a8b570e9d11bfe39e4817839daa534f2b5cedf54b72b2e735478`. In assets, it embeds `child.apk` (SHA256: `ba69178e065c3bc762e3c0066edcb6fcf48cad558e78eb2da4913a03d8244e87`) which is malformed. The sample is packed with JsonPacker that Kavanoz would normally unpack without issues, but due to...
In sample `72888975925abd4f55b2dd0c2c17fc68670dd8dee1bae2baabc1de6299e6cc05`, to my understanding, a DEX is being loaded from an encrypted(?) sqlite database hidden in an asset. - The asset file is `./assets/agenitelegions.db` - The unpacking is...
IsVoid no longer exists ? Replacing it with a check on the name of the type. [E] Script execution error: com.pnfsoftware.jeb.client.script.ScriptExecutionException: Traceback (most recent call last): [E] File "/jeb5/scripts/samples/GenerateFridaSnippetForDex.py", line...
`r2ai -mm` is expected (according to doc `-h`) to list all downloaded models: ``` [r2ai:0x000061d0]> -mm ??? TheBloke/Mistral-7B-Instruct-v0.1-GGUF 2.96G cognitivecomputations/dolphin-2.9.4-llama3.1-8b-gguf ??? segolilylabs/Lily-Cybersecurity-7B-v0.2-GGUF ??? FaradayDotDev/llama-3-8b-Instruct-GGUF 11.94G ibm-granite/granite-20b-code-instruct-8k-GGUF ``` In reality, I...
I am using the C plugin in `./src`. Lets suppose I begin a binary analysis with this: ``` r2ai -e api=mistral r2ai -e model=codestral-latest aaa s main r2ai -d ```...
I launched `R2_LOG_LEVEL=5 r2 ./mybinary`. I set up `r2ai -e api=groq` and `r2ai -e model=qwen-2.5-coder-32b` Then `aaa; s main` and `r2ai -d`. I get repeated errors: ``` DEBUG: OpenAI API...
I start the analysis of a binary (`r2 ./binary`) and use, let's say chatgpt: ``` r2ai -e api=openai r2ai -e model=gpt-4o-mini ``` I ask a question, like `r2 -a decompile...
I've done several `r2ai -d` and `r2ai -dr` before, but r2ai C plugin still claims the chat log history is empty: ``` [0x00000ef0]> r2ai -L No conversation history available ```...