From a734f02f40cddaab2fba0d93710f404b85dd33b4 Mon Sep 17 00:00:00 2001 From: Guilherme Thomazi Bonicontro Date: Fri, 6 Sep 2019 15:55:37 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d0289b2..8b72e54 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,14 @@ $ rustc main.rs -o Linux.Fe2O3 Note that the Rust version used is `rustc 1.37.0 (eae3437df 2019-08-13)`, the latest at this moment. # Binary Sample -A binary sample is also available at https://www.guitmz.com/Linux.Fe2O3 (SHA1: c185ab0fd9b1c8f3ddaed7079898383edbcbb7f7). +A binary sample is also available at https://www.guitmz.com/Linux.Fe2O3 ``` $ file Linux.Fe2O3 Linux.Fe2O3: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, with debug_info, not stripped + +$ sha1sum Linux.Fe2O3 +c185ab0fd9b1c8f3ddaed7079898383edbcbb7f7 Linux.Fe2O3 ``` # Demo