1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
@@ -1,23 +1,21 @@
-// This function contains 1 basic blocks and its 49 long.
+// This function contains 1 basic blocks and its 42 long.
function main () {
- loc_0x100000f20:
- push rbp //[00] -r-x section size 49 named 0.__TEXT.__text
+ loc_0x100000f40:
+ push rbp //[00] -r-x section size 42 named 0.__TEXT.__text
rbp = rsp
rsp -= 0x10
- rdi = rip + 0x43 //section.3.__TEXT.__cstring
- //0x100000f72 ; "%s %s\n"
- rsi = rip + 0x43 //str.17:31:50
- //0x100000f79 ; "17:31:50"
- rdx = rip + 0x45 //str.Wed_Dec__2_17:31:49_2015
- //0x100000f82 ; "Wed Dec 2 17:31:49 2015"
+ rdi = rip + 0x3b //section.3.__TEXT.__cstring
+ //0x100000f8a ; "%s\n"
+ rsi = rip + 0x38 //str.15:52:34
+ //0x100000f8e ; "15:52:34"
al = 0
- 0x100000f3f
- int printf("%s %s\n")
+ 0x100000f58
+ int printf("%s\n")
ecx = 0
dword [var_4h] = eax
eax = ecx
rsp += 0x10
//rsp ; rsp
return
(break)
|