From e141ab4a9e0af5ef8a0c6b5f8e758dfd2b989b7f Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 16 Aug 2024 23:54:12 +0200 Subject: code formatting --- templates/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/index.html b/templates/index.html index 5f3e253..87b59df 100644 --- a/templates/index.html +++ b/templates/index.html @@ -24,6 +24,7 @@ Essentially

+
; 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
@@ -42,6 +43,7 @@
..                                            # in a loop
[;0x00000000]> aes                            # step
[;0x00000000]> ?v 1+theend                    # check if the end cond. is met
+

More info in the following blogpost: https://emile.space/blog/2020/r2wars/ -- cgit 1.4.1