{"id":31861974,"url":"https://github.com/palepine/gddumper","last_synced_at":"2026-05-18T10:35:06.702Z","repository":{"id":311479841,"uuid":"1043322220","full_name":"palepine/GDDumper","owner":"palepine","description":"Cheat Engine Runtime Godot Engine Dumper for Reverse Engineering and Debugging","archived":false,"fork":false,"pushed_at":"2025-10-05T10:14:38.000Z","size":438,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-05T12:09:05.592Z","etag":null,"topics":["cheat-engine","debugging","dumper","godot","godot-engine","plugin","reverse-engineering"],"latest_commit_sha":null,"homepage":"http://ko-fi.com/vesperpallens","language":"Lua","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/palepine.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":null,"patreon":"palepine","open_collective":null,"ko_fi":"vesperpallens","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2025-08-23T15:58:17.000Z","updated_at":"2025-10-05T10:14:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe61f667-30f1-4979-8921-ba690f2f3760","html_url":"https://github.com/palepine/GDDumper","commit_stats":null,"previous_names":["palepine/gddumper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/palepine/GDDumper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palepine%2FGDDumper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palepine%2FGDDumper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palepine%2FGDDumper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palepine%2FGDDumper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/palepine","download_url":"https://codeload.github.com/palepine/GDDumper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palepine%2FGDDumper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279012188,"owners_count":26085079,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cheat-engine","debugging","dumper","godot","godot-engine","plugin","reverse-engineering"],"created_at":"2025-10-12T17:36:38.087Z","updated_at":"2025-10-12T17:36:41.874Z","avatar_url":"https://github.com/palepine.png","language":"Lua","funding_links":["https://patreon.com/palepine","https://ko-fi.com/vesperpallens","https://www.patreon.com/c/palepine"],"categories":[],"sub_categories":[],"readme":"# Cheat Engine Runtime Godot Dumper\r\n\r\nCheat Engine Godot Dumper is a [Cheat Engine](https://github.com/cheat-engine/cheat-engine) script that extracts data from running Godot apps via Cheat Engine API. The script dumps node data of a root viewport, helping with reverse engineering or debugging.\r\n\r\nTHE SCRIPT IS PROVIDED FOR EDUCATIONAL AND RESEARCH PURPOSES. USE IT RESPONSIBLY.\r\n\r\n## Features\r\n- Works with Godot 3.x and 4.x.\r\n- Dumps all active nodes or a single node of a root viewport to Cheat Engine's AddressList.\r\n- Create Cheat Engine structures from a root viewport.\r\n- Optionally monitors nodes and updates the Symbol List.\r\n- Basic API functions\r\n- GDScriptFunction disassembler (structure-based)\r\n\r\n## Making it work\r\nThe script works only with GD applications where `GDScript` was used.\r\nThe script works only with `x64` as of now.\r\n\r\nIt's not an out of the box solution and might be quite complex for beginners. It also requires creating 1) a symbol for a root viewport, 2) defining an engine version and 3) offsets. You can learn how to find them in this [guide](GUIDE.MD)\r\n\r\n## Usage\r\n1. Install [Cheat Engine](https://github.com/cheat-engine/cheat-engine).\r\n2. Place `GDumper.lua` inside `Cheat Engine\\autorun`\r\n3. Run Cheat Engine.\r\n4. Hook any routine that handles the root viewport address or find a static pointer to it in the target process and store it inside a symbol called 'ptVP'\r\n5. A `GDumper` menu item will appear, click `Create Script`\r\n6. Run the `Dumper` letting it try to assume the offsets or define them on your own and call `initDumper` with values and offsets corresponding to the following arguments: `bOverrideAssumption, majorVersion, oChildren, oObjStringName, oGDScriptInstance, oGDScriptName, oFuncDict, oGDConst, oVariantNameHM, oVariantVector, oVariantNameHMVarType, oVarSize`\r\n7. *(optional)* call `DumpAllNodesToAddr()` to dump all nodes of the root viewport to the address list (can make the GUI thread of CE unresponsive if overloaded) or `DumpNodeToAddr(memrec, getDumpedNode( \"Globals\" ), false)` for a specific node (both can be called asynchronically).\r\n8. Use `nodeMonitor()` to enable/disable automatic monitoring of nodes.\r\n9. In the 'GDumper' menu, enable `GD Dissector` and click `VP Struct` to build a viewport children structure\r\n\r\n## Support\r\nIf you find the script useful, [consider supporting me here](https://ko-fi.com/vesperpallens) or [here](https://www.patreon.com/c/palepine)\r\n\r\n## Contributing\r\nI'd appreciate any help/ideas with features I haven't implemented or that can be implemented more efficiently.\r\n\r\n## License\r\n\r\nThis project is released under the MIT License. See [LICENSE](LICENSE) for details.\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalepine%2Fgddumper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpalepine%2Fgddumper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalepine%2Fgddumper/lists"}