{"id":13841473,"url":"https://github.com/asmjmp0/fridaMemoryAccessTrace","last_synced_at":"2025-07-11T12:32:25.266Z","repository":{"id":118188000,"uuid":"295916606","full_name":"asmjmp0/fridaMemoryAccessTrace","owner":"asmjmp0","description":"android memory access trace utility powered by frida framework ","archived":false,"fork":false,"pushed_at":"2022-04-02T05:36:00.000Z","size":8458,"stargazers_count":210,"open_issues_count":0,"forks_count":58,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-08-05T17:27:59.395Z","etag":null,"topics":["android","frida-scripts","memory-access","trace"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/asmjmp0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-09-16T03:48:43.000Z","updated_at":"2024-07-06T08:29:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"a6ba08b4-87fc-4cd7-814e-bf610dd16819","html_url":"https://github.com/asmjmp0/fridaMemoryAccessTrace","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asmjmp0%2FfridaMemoryAccessTrace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asmjmp0%2FfridaMemoryAccessTrace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asmjmp0%2FfridaMemoryAccessTrace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asmjmp0%2FfridaMemoryAccessTrace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asmjmp0","download_url":"https://codeload.github.com/asmjmp0/fridaMemoryAccessTrace/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225720409,"owners_count":17513597,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","frida-scripts","memory-access","trace"],"created_at":"2024-08-04T17:01:11.842Z","updated_at":"2025-07-11T12:32:25.257Z","avatar_url":"https://github.com/asmjmp0.png","language":"Python","readme":"# fridaMemoryAccessTrace\nandroid memory access trace utility powered by frida framework\n## Start\n```\nusage: main.py [-h] -l LENGTH [-n NAME] [-lp] (-b BREAK | -o OFFSET | -s SYMBOL)\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -l LENGTH, --length LENGTH\n                        breakpoint length can not over pagesize\n  -n NAME, --name NAME  process name\n  -lp, --listproc       list process\n  -b BREAK, --break BREAK\n                        absolute address, eg. 0x12345678\n  -o OFFSET, --offset OFFSET\n                        relative address, eg. libxxx.so@0x1234\n  -s SYMBOL, --symbol SYMBOL\n                        get address by symbol eg. libxxx.so@test_value\n\n```\n## Test Native Code\n\n```c\n_Noreturn void* thread_1(void * arg){\n    while (true){\n        for (int i =0;i\u003c4;i++){\n            *((char *)\u0026test_value+i) = *((char *)\u0026my_test+i);\n        }\n        test_value++;\n        sleep(1);\n    }\n}\n pthread_create(\u0026thread1, nullptr, thread_1, nullptr);\n```\n\n## Test example\n- need to install **hexdump** module\n```sh\n#64 bit architecture\nadb install -t ./app-debug64.apk\npython3 ./main.py -s libnative-lib.so@test_value -l 4 -n \"My Application\"\n\n#32 bit architecture\nadb install -t ./app-debug32.apk\npython3 ./main.py -s libmyapplication32.so@test_value -l 4 -n MyApplication32\n```\n**64 bit architecture**\n![!image](assets/1.gif)\n**32 bit architecture**\n![!image](assets/32.png)\n\n## Known problem\n- crash probably when multi thread access\n","funding_links":[],"categories":["JavaScript","JavaScript (485)","Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasmjmp0%2FfridaMemoryAccessTrace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasmjmp0%2FfridaMemoryAccessTrace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasmjmp0%2FfridaMemoryAccessTrace/lists"}