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

12 lines
219 B
C++

#pragma once
#include "MemoryAllocator/CodeBuffer/CodeBufferBase.h"
class CodeBuffer : public CodeBufferBase {
public:
CodeBuffer() : CodeBufferBase() {
}
public:
void FixBindLabel(int offset, int32_t disp);
};