1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-22 09:19:28 +08:00
Files
Alas/blcrack/cracker/Dobby/source/MemoryAllocator/CodeBuffer/code-buffer-x86.h

12 lines
219 B
C
Raw Normal View History

2025-11-01 00:23:46 +08:00
#pragma once
#include "MemoryAllocator/CodeBuffer/CodeBufferBase.h"
class CodeBuffer : public CodeBufferBase {
public:
CodeBuffer() : CodeBufferBase() {
}
public:
void FixBindLabel(int offset, int32_t disp);
};