This commit is contained in:
lizzie 2026-02-08 19:48:55 +00:00
parent 814c9dcb4e
commit e4c3536cfb
1 changed files with 0 additions and 4 deletions

View File

@ -53,10 +53,6 @@ public:
void SetModuleID(const ModuleID& id) {
module_id = id;
}
Patcher(const Patcher&) = delete;
Patcher& operator=(const Patcher&) = delete;
Patcher(Patcher&& other) noexcept;
Patcher& operator=(Patcher&&) noexcept = delete;
explicit Patcher();
~Patcher();
bool PatchText(const Kernel::PhysicalMemory& program_image,