frida-dexdump icon indicating copy to clipboard operation
frida-dexdump copied to clipboard

A frida tool to dump dex in memory to support security engineers analyzing malware.

Results 33 frida-dexdump issues
Sort by recently updated
recently updated
newest added

plugin dexdump dump包括: [Except] - can only concatenate str (not "int") to str: {'addr': '0x7ebef4a01c', 'size': 686392} [Except] - can only concatenate str (not "int") to str: {'addr': '0x7ec862f01c', 'size':...

[Except] - Unable dump dex: process with pid 2023 either refused to load frida-agent, or terminated during injection in File "/home/kwaiching/.local/lib/python3.8/site-packages/frida/core.py", line 165, in attach return Session(self._impl.attach(self._pid_of(target), *args, **kwargs)) [Except]...

FRIDA-DEXDump use dump(dexptr, map_offset), but I got an uncorrected dex file. When using dex2jar on it, I got an error: ╰─$ sh d2j-dex2jar.sh 0x7ba1f1f01c.dex dex2jar 0x7ba1f1f01c.dex -> ./0x7ba1f1f01c-dex2jar.jar java.lang.IllegalArgumentException: newPosition...

[Except] - Error: access violation accessing 0xe7402000 at (frida/runtime/core.js:127) at memorydump (/script1.js:110) at apply (native) at (frida/runtime/message-dispatcher.js:13) at c (frida/runtime/message-dispatcher.js:23): {'addr': '0xe7323490', 'size': 6680424} [Except] - Error: access violation accessing...

While i am trying to dump dynamically loaded dex files i got exception this is the error log `[Except] - Error: access violation accessing 0x7854600000 at (frida/runtime/core.js:127) at memorydump (/script1.js:110)...

[Except] - Unable to inject into process: unexpectedly timed out while waiting for FIFO to establish in File "/home/kwaiching/.local/lib/python3.8/site-packages/frida/core.py", line 93, in get_frontmost_application return self._impl.get_frontmost_application() Then my phone reboot

使用葫芦娃本尊教程,测试发现两个问题。 1. su -c在我root过的手机上无法使用,提示invalid option --c,不知道是否为root权限问题,没有其他更多手机做测试了。 2. 获取的代码无法正常打开,提示了错误 ![image](https://user-images.githubusercontent.com/6426747/107136490-972b0580-693e-11eb-9e59-120238015816.png) 成片这样的代码,应该是哪里错误了。 小白提问,不知道我使用错误还是其他问题。

Hey. After dumping all .dex from memory and trying to decompile it getting: #disallowed odex opcode #iget-object-quick v2, p0, field@0x8 nop Lot of code like this. Tried to decompile with...

unable to access process with pid 1333 due to system restrictions; try `sudo sysctl kernel.yama.ptrace_scope=0`, or run Frida as root 怎么解决

[Except] - Unable to inject into process: unable to connect to remote frida-server in File "d:\python\python37\lib\site-packages\frida\core.py", line 101, in enumerate_processes return self._impl.enumerate_processes() 我是用pip install安装的frida-dexdump然后直接运行frida-dexdump提示上述报错 我检查了下frida-server都是连接正常的,frida-ps -U 也能正常读 ,请问该怎么解决