From 30106144fe6f065b36faf3833a930f78b828529a Mon Sep 17 00:00:00 2001 From: johannst Date: Sun, 13 Apr 2025 19:34:18 +0000 Subject: deploy: c929dc819132694c50a22eccb5c90b20aa39d97d --- binary/xxd.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'binary') diff --git a/binary/xxd.html b/binary/xxd.html index 97d58ae..209d0cc 100644 --- a/binary/xxd.html +++ b/binary/xxd.html @@ -184,6 +184,11 @@ >> }; >> unsigned int _proc_self_fd_11_len = 4; +

Patching binary file by hand in hex mode

+
  xxd /bin/ls > ls.hex
+  # edit binary file in hex format (ascii)
+  xxd -r ls.hex > ls
+
-- cgit v1.2.3