File: elf_obj_radare2_expected_diff

package info (click to toggle)
diffoscope 177
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,340 kB
  • sloc: python: 14,727; makefile: 97; sh: 81; xml: 26; javascript: 2
file content (15 lines) | stat: -rw-r--r-- 334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@@ -1,13 +1,13 @@
 function sym.f () {
     //  1 basic blocks
 
     loc_0x8000040:
 
        push rbp                 //[01] -r-x section size 11 named .text
        rbp = rsp
-       eax = 0x2a               //'*' ; 42
+       eax = 0xffffffff         //-1
                                 //rsp ; rsp
        return
 (break)
 
 }