{"id":19430314,"url":"https://github.com/8dcc/devildaggers-re","last_synced_at":"2026-05-13T13:43:35.360Z","repository":{"id":217134762,"uuid":"743148591","full_name":"8dcc/devildaggers-re","owner":"8dcc","description":"Reverse Engineering stuff for the linux version of Devil Daggers","archived":false,"fork":false,"pushed_at":"2024-01-18T03:01:45.000Z","size":36,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T12:14:31.789Z","etag":null,"topics":["c","detour-hook","devil-daggers","linux","reverse-engineering"],"latest_commit_sha":null,"homepage":"","language":"C","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/8dcc.png","metadata":{"files":{"readme":"README.org","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}},"created_at":"2024-01-14T13:37:11.000Z","updated_at":"2024-01-24T18:54:33.000Z","dependencies_parsed_at":"2024-01-14T19:56:21.405Z","dependency_job_id":"1ebfc8a7-6806-445d-88d3-664f237459b5","html_url":"https://github.com/8dcc/devildaggers-re","commit_stats":null,"previous_names":["8dcc/devildaggers-re"],"tags_count":0,"template":false,"template_full_name":"8dcc/cheat-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fdevildaggers-re","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fdevildaggers-re/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fdevildaggers-re/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fdevildaggers-re/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/8dcc","download_url":"https://codeload.github.com/8dcc/devildaggers-re/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240612538,"owners_count":19829027,"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":["c","detour-hook","devil-daggers","linux","reverse-engineering"],"created_at":"2024-11-10T14:24:20.749Z","updated_at":"2026-05-13T13:43:30.315Z","avatar_url":"https://github.com/8dcc.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+title: Devil Daggers RE\n#+options: toc:nil\n#+startup: showeverything\n#+export_file_name: ./doc/README.md\n#+author: 8dcc\n\n*Reverse Engineering stuff for the linux version of Devil Daggers.*\n\n#+TOC: headlines 2\n\n* Description\n\nThe purpose of this project is to learn about reverse engineering, not cheating.\n\nI made an article for my blog explaining the reversing process, if you are\ninterested, make sure to [[https://8dcc.github.io/reversing/devildaggers.html][check it out]].\n\nThis project uses my own [[https://github.com/8dcc/detour-lib][detour hooking library]]. For more information about\ndetour hooking, see my [[https://8dcc.github.io/programming/detour-hooking.html][blog entry]].\n\n* Features\n\nAll features can be changed at compile-time from [[file:src/include/settings.h][settings.h]]. I haven't added a\nmenu because this is a small project for learning about reversing and for\ntinkering with the game.\n\nAll settings except god-mode are \"detected\", meaning your score won't be\nsubmitted. Although this can be easily avoided (have a look at\n=verse2::VERSE::step_ui()=), I decided not to bypass it for now.\n\nLevel editor:\n\n[[https://8dcc.github.io/img/devildaggers8.png]]\n\nParticle editor:\n\n[[https://8dcc.github.io/img/devildaggers9.png]]\n\n* Building\n\n#+begin_src console\n$ git clone https://github.com/8dcc/devildaggers-re\n$ cd devildaggers-re\n$ make\n...\n#+end_src\n\n* Injecting\n\nUses the [[https://www.gnu.org/savannah-checkouts/gnu/gdb/index.html][gdb]] debugger for injecting the library.\n\n#+begin_src console\n$ ./injector.sh\n[sudo] password for username:\n\n...\n\ndd-re loaded!\n#+end_src\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8dcc%2Fdevildaggers-re","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F8dcc%2Fdevildaggers-re","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8dcc%2Fdevildaggers-re/lists"}