{"id":22692010,"url":"https://github.com/python3webspider/unidbgserver","last_synced_at":"2025-03-29T16:43:52.520Z","repository":{"id":93353162,"uuid":"380523400","full_name":"Python3WebSpider/UnidbgServer","owner":"Python3WebSpider","description":"Unidbg Server","archived":false,"fork":false,"pushed_at":"2021-08-07T19:03:17.000Z","size":59182,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-04T17:52:29.072Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Python3WebSpider.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,"publiccode":null,"codemeta":null}},"created_at":"2021-06-26T14:36:43.000Z","updated_at":"2023-03-13T16:38:36.000Z","dependencies_parsed_at":"2023-03-25T16:20:36.253Z","dependency_job_id":null,"html_url":"https://github.com/Python3WebSpider/UnidbgServer","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/Python3WebSpider%2FUnidbgServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Python3WebSpider%2FUnidbgServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Python3WebSpider%2FUnidbgServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Python3WebSpider%2FUnidbgServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Python3WebSpider","download_url":"https://codeload.github.com/Python3WebSpider/UnidbgServer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246215816,"owners_count":20741894,"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":[],"created_at":"2024-12-10T01:13:18.585Z","updated_at":"2025-03-29T16:43:52.512Z","avatar_url":"https://github.com/Python3WebSpider.png","language":"Java","readme":"# unidbg\n\nAllows you to emulate an Android native library, and an experimental iOS emulation.\u003cbr\u003e\n\nThis is an educational project to learn more about the ELF/MachO file format and ARM assembly.\u003cbr\u003e\n\nUse it at your own risk !\n\n## License\n- unidbg uses software libraries from [Apache Software Foundation](http://apache.org). \n- unidbg developer Idea enterprise licenses are supported by [Jetbrains](https://www.jetbrains.com?from=unidbg).\n- [IntelliJ IDEA](https://www.jetbrains.com/idea?from=unidbg) can be used to edit unidbg sources.\n- ![](assets/idea_logo.svg)\n\nSimple tests under src/test directory\n- [unidbg-android/src/test/java/com/bytedance/frameworks/core/encrypt/TTEncrypt.java](https://github.com/zhkl0228/unidbg/blob/master/unidbg-android/src/test/java/com/bytedance/frameworks/core/encrypt/TTEncrypt.java)  \n\n![](assets/TTEncrypt.gif)\n***\n- [unidbg-android/src/test/java/com/sun/jna/JniDispatch32.java](https://github.com/zhkl0228/unidbg/blob/master/unidbg-android/src/test/java/com/sun/jna/JniDispatch32.java)  \n![](assets/JniDispatch32.gif)\n***\n- [unidbg-android/src/test/java/com/sun/jna/JniDispatch64.java](https://github.com/zhkl0228/unidbg/blob/master/unidbg-android/src/test/java/com/sun/jna/JniDispatch64.java)  \n![](assets/JniDispatch64.gif)\n***\n- [unidbg-android/src/test/java/org/telegram/messenger/Utilities32.java](https://github.com/zhkl0228/unidbg/blob/master/unidbg-android/src/test/java/org/telegram/messenger/Utilities32.java)  \n![](assets/Utilities32.gif)\n***\n- [unidbg-android/src/test/java/org/telegram/messenger/Utilities64.java](https://github.com/zhkl0228/unidbg/blob/master/unidbg-android/src/test/java/org/telegram/messenger/Utilities64.java)  \n![](assets/Utilities64.gif)\n\n## More tests\n- [unidbg-android/src/test/java/com/github/unidbg/android/QDReaderJni.java](https://github.com/zhkl0228/unidbg/blob/master/unidbg-android/src/test/java/com/github/unidbg/android/QDReaderJni.java)\n\n## Features\n- Emulation of the JNI Invocation API so JNI_OnLoad can be called.\n- Support JavaVM, JNIEnv.\n- Emulation of syscalls instruction.\n- Support ARM32 and ARM64.\n- Inline hook, thanks to [Dobby](https://github.com/jmpews/Dobby).\n- Android import hook, thanks to [xHook](https://github.com/iqiyi/xHook).\n- iOS [fishhook](https://github.com/facebook/fishhook) and substrate and [whale](https://github.com/asLody/whale) hook.\n- [unicorn](https://github.com/zhkl0228/unicorn) backend support simple console debugger, gdb stub, instruction trace, memory read/write trace.\n- Support iOS objc and swift runtime.\n- Support [dynarmic](https://github.com/MerryMage/dynarmic) fast backend.\n- Support Apple M1 hypervisor, the fastest ARM64 backend.\n\n## Thanks\n- [unicorn](https://github.com/zhkl0228/unicorn)\n- [dynarmic](https://github.com/MerryMage/dynarmic)\n- [HookZz](https://github.com/jmpews/Dobby)\n- [xHook](https://github.com/iqiyi/xHook)\n- [AndroidNativeEmu](https://github.com/AeonLucid/AndroidNativeEmu)\n- [usercorn](https://github.com/lunixbochs/usercorn)\n- [keystone](https://github.com/keystone-engine/keystone)\n- [capstone](https://github.com/aquynh/capstone)\n- [idaemu](https://github.com/36hours/idaemu)\n- [jelf](https://github.com/fornwall/jelf)\n- [whale](https://github.com/asLody/whale)\n- [kaitai_struct](https://github.com/kaitai-io/kaitai_struct)\n- [fishhook](https://github.com/facebook/fishhook)\n- [runtime_class-dump](https://github.com/Tyilo/runtime_class-dump)\n- [mman-win32](https://github.com/mcgarrah/mman-win32)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython3webspider%2Funidbgserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpython3webspider%2Funidbgserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython3webspider%2Funidbgserver/lists"}