hluwa / frida-dexdump

A frida tool to dump dex in memory to support security engineers analyzing malware.
GNU General Public License v3.0
3.98k stars 899 forks source link

报错 #76

Open liaosunny123 opened 1 year ago

liaosunny123 commented 1 year ago

ERROR:frida-dexdump:[-] Error: access violation accessing 0x7dc3dac2f000 at (frida/runtime/core.js:141) at memorydump (src/search.ts:41) at apply (native) at (frida/runtime/message-dispatcher.js:13) at c (frida/runtime/message-dispatcher.js:23): {'addr': '0x7dc3dabd7780', 'size': 3764456} Traceback (most recent call last): File "D:\python\Lib\site-packages\frida_dexdump__main.py", line 81, in dump bs = self.agent.memory_dump(dex['addr'], dex['size']) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\python\Lib\site-packages\frida_dexdump\agent\init.py", line 24, in memory_dump return self._rpc.memorydump(base, size) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\python\Lib\site-packages\frida\core.py", line 179, in method return script._rpc_request("call", js_name, args, *kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\python\Lib\site-packages\frida\core.py", line 86, in wrapper return f(args, **kwargs) ^^^^^^^^^^^^^^^^^^ File "D:\python\Lib\site-packages\frida\core.py", line 491, in _rpc_request raise result.error frida.core.RPCException: Error: access violation accessing 0x7dc3dac2f000 at (frida/runtime/core.js:141) at memorydump (src/search.ts:41) at apply (native) at (frida/runtime/message-dispatcher.js:13) at c (frida/runtime/message-dispatcher.js:23) INFO:frida-dexdump:[+] DexMd5=f46d83e9a38fdde9ebf8b5f2778aa7de, SavePath=F:\ApkDeScr\AiPlus\Frida-Apk-Unpack\android.ext.services\classes15.dex, DexSize=0x16c84 ERROR:frida-dexdump:[-] Error: access violation accessing 0x7dc3dac2f000 at (frida/runtime/core.js:141) at memorydump (src/search.ts:41) at apply (native) at (frida/runtime/message-dispatcher.js:13) at c (frida/runtime/message-dispatcher.js:23): {'addr': '0x7dc3dabd86b0', 'size': 6827796} Traceback (most recent call last): File "D:\python\Lib\site-packages\frida_dexdump\main.py", line 81, in dump bs = self.agent.memory_dump(dex['addr'], dex['size']) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\python\Lib\site-packages\frida_dexdump\agent\init__.py", line 24, in memory_dump return self._rpc.memorydump(base, size) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\python\Lib\site-packages\frida\core.py", line 179, in method return script._rpc_request("call", js_name, args, *kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\python\Lib\site-packages\frida\core.py", line 86, in wrapper return f(args, **kwargs) ^^^^^^^^^^^^^^^^^^ File "D:\python\Lib\site-packages\frida\core.py", line 491, in _rpc_request raise result.error frida.core.RPCException: Error: access violation accessing 0x7dc3dac2f000 at (frida/runtime/core.js:141) at memorydump (src/search.ts:41) at apply (native) at (frida/runtime/message-dispatcher.js:13) at c (frida/runtime/message-dispatcher.js:23)