From bae944f81e176176edf64e1d51ce24daac2f684f Mon Sep 17 00:00:00 2001 From: Ettore Ricci Date: Sun, 7 Apr 2024 20:16:47 +0200 Subject: [PATCH] New version v0.2.0 Now with: - text search - text patching - support for longer text --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4bd2d7b..d22cbb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = """ HexPatch is a binary patcher and editor. It's capable of disassembling instructions and assembling patches. It supports PE and ELF executables for x86/x86_64 architectures.""" -version = "0.1.1" +version = "0.2.0" authors = ["Ettore Ricci"] edition = "2021" readme = "README.md"