{"id":13611462,"url":"https://github.com/DoranekoSystems/frida-ceserver","last_synced_at":"2025-04-13T04:34:32.726Z","repository":{"id":42024056,"uuid":"437701356","full_name":"DoranekoSystems/frida-ceserver","owner":"DoranekoSystems","description":"Frida-based ceserver: A fusion of Cheat Engine and Frida.","archived":false,"fork":false,"pushed_at":"2024-07-15T14:21:30.000Z","size":223,"stargazers_count":203,"open_issues_count":6,"forks_count":52,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-08-01T19:57:36.573Z","etag":null,"topics":["debugger","frida","ios","memprocfs","reverse-engineering"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DoranekoSystems.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-12-13T01:38:52.000Z","updated_at":"2024-07-31T12:07:44.000Z","dependencies_parsed_at":"2023-12-13T14:36:05.328Z","dependency_job_id":"eedb70e9-fb3d-4d74-9e04-51e4755c5a85","html_url":"https://github.com/DoranekoSystems/frida-ceserver","commit_stats":null,"previous_names":["doranekosystems/frida-ceserver","ds20211213/frida-ceserver"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DoranekoSystems%2Ffrida-ceserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DoranekoSystems%2Ffrida-ceserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DoranekoSystems%2Ffrida-ceserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DoranekoSystems%2Ffrida-ceserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DoranekoSystems","download_url":"https://codeload.github.com/DoranekoSystems/frida-ceserver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223568225,"owners_count":17166622,"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":["debugger","frida","ios","memprocfs","reverse-engineering"],"created_at":"2024-08-01T19:01:55.652Z","updated_at":"2024-11-07T18:30:31.330Z","avatar_url":"https://github.com/DoranekoSystems.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# frida-ceserver\n\nfrida based ceserver.Fusion of cheat engine and frida.\n\nOriginal by Dark Byte.\n\n# Support Platforms\n\n## Host OS\n\n- Windows\n- Mac(Newer than CE 7.4.2)\n\n## Target OS\n\n### Memory Analyzing\n\n- iOS\n- android\n- linux\n- windows\n- mac\n\n### Debugger\n\nImplements lldb based debugger.  \n\n- iOS(aarch64)\n- android(aarch64)\n\n# Usage\n\nInstall python library.\n\n```\n# windows\n\npip install -r requirements.txt\n\n# mac\n\npip install -r requirements_mac.txt\n```\n\nInstall frida on iOS.\n\n```\npython main.py Cydia\n\n# or\n\npython main.py com.saurik.Cydia\n\n# or\n\npython main.py -p ProcessId\n\n# or\n:config.toml mode = \"enum\"\npython main.py\n\n```\n\nThen, connect to the Cheat Engine in network mode.  \n\nfrida-ceserver is listening for network connections on host pc.  \nFrom the cheat engine it connects to ```127.0.0.1:52736``` on localhost with the default configuration (adb forward is not required, even for android).\n\n![img](https://user-images.githubusercontent.com/56913432/120924433-baa86600-c70e-11eb-8794-ab5c28ec50b6.png)\n\n\u003cimg width=\"450\" alt=\"instbp\" src=\"https://github.com/DoranekoSystems/frida-ceserver/assets/96031346/9fcdd82d-d67f-43d1-a7bd-77508cf230e7\"\u003e\n\n\u003cimg width=\"360\" alt=\"datawp\" src=\"https://github.com/DoranekoSystems/frida-ceserver/assets/96031346/08a9de4f-eac1-4ad2-a231-f8260bebfdcb\"\u003e\n\n# wiki\n\n[Config](https://github.com/DoranekoSystems/frida-ceserver/wiki/Config 'Config')\n\n[Debugger](https://github.com/DoranekoSystems/frida-ceserver/wiki/Debugger 'Debugger')\n\n[Extended function](https://github.com/DoranekoSystems/frida-ceserver/wiki/Extended-function 'Extended function')\n\n# Credits\n\n## frida-elf\n\niGio90:[frida-elf](https://github.com/iGio90/frida-elf)\n\n```\nCopyright (c) 2019 Giovanni (iGio90) Rocca\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n\n## hexview\n\nThe original software is available at  \nhttps://github.com/walterdejong/hexview.  \nThis project is a partial enhancement of the above great software.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDoranekoSystems%2Ffrida-ceserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDoranekoSystems%2Ffrida-ceserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDoranekoSystems%2Ffrida-ceserver/lists"}