From 1e51b9a69d76a06edf7230cb66963a82b98a6873 Mon Sep 17 00:00:00 2001 From: flobernd Date: Thu, 21 May 2015 22:59:24 +0200 Subject: [PATCH] Fixed readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6bf326..1544355 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ int _tmain(int argc, _TCHAR* argv[]) Zydis::MemoryInput input(&data[0], sizeof(data)); Zydis::InstructionInfo info; Zydis::InstructionDecoder decoder; - decoder.setDisassemblerMode(Zydis::ZydisMode::M32BIT); + decoder.setDisassemblerMode(Zydis::DisassemblerMode::M32BIT); decoder.setDataSource(&input); decoder.setInstructionPointer(0); Zydis::IntelInstructionFormatter formatter;