From c33f6c0d0bde64e22f7e459e80ac295b144c0b29 Mon Sep 17 00:00:00 2001 From: german Date: Wed, 25 Feb 2026 18:57:32 +0400 Subject: [PATCH] Binary structure DOCUMENTATION Attemp #3 --- BINARY.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/BINARY.md b/BINARY.md index 7c279c5..a3237ce 100644 --- a/BINARY.md +++ b/BINARY.md @@ -22,12 +22,15 @@ echo "0248656c6c6f2c20776f726c64210a000001001a00022a00" >> hello_world.hex touch hello_world.exe xxd -r -p hello_world.hex hello_world.exe ``` -# Пример +## Пример Выполните следующий скрипт: ```bash touch hello_world.hex echo "4d5a2400000020000248656c6c6f2c20776f726c64210a000001001a00022a00" > hello_world.hex touch hello_world.exe xxd -r -p hello_world.hex hello_world.exe -ntsys hello_world.exe ``` +Для запуска введите: +```bash +ntsys hello_world.exe +``` \ No newline at end of file