From 93320617d607b279741ff1a00e5a3d195a2452c0 Mon Sep 17 00:00:00 2001 From: Emile Date: Sat, 17 Aug 2024 00:46:30 +0200 Subject: indentation --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index fd4a26a..ab869da 100644 --- a/templates/index.html +++ b/templates/index.html @@ -25,7 +25,7 @@

-
; r2 malloc://1024                            # allocate 1KB of memory
+
; r2 malloc://1024                           # allocate 1KB of memory
[0x00000000]> e asm.arch = x86               # define the arch to use
[0x00000000]> e asm.bits = 32                # define the bits to use
[0x00000000]> aei                            # init vm
@@ -40,7 +40,7 @@
[0x00000000]> f theend=0                     # set the end flag to 0
[0x00000000]> aes                            # step
[0x00000000]> ?v 1+theend                    # check if the end cond. is met
-
..                                            # in a loop
+
..                                           # in a loop
[0x00000000]> aes                            # step
[0x00000000]> ?v 1+theend                    # check if the end cond. is met
-- cgit 1.4.1