Skip to content
Snippets Groups Projects
Commit fe81f577 authored by Jean-Romain Garnier's avatar Jean-Romain Garnier
Browse files

Fix ELF decompiler tests

parent 39add067
No related branches found
No related tags found
1 merge request!82Rework macho comparator
@@ -1,6 +1,6 @@
@@ -1,7 +1,7 @@
undefined8 sym.f(void)
{
// [01] -r-x section size 11 named .text
- return 0x2a;
......
@@ -1,13 +1,13 @@
function sym.f () {
// 1 basic blocks
@@ -1,11 +1,11 @@
// This function contains 1 basic blocks and its 11 long.
function sym.f () {
loc_0x8000040:
push rbp //[01] -r-x section size 11 named .text
rbp = rsp
- eax = 0x2a //'*' ; 42
+ eax = 0xffffffff //-1
//rsp ; rsp
return
(break)
push rbp //[01] -r-x section size 11 named .text
rbp = rsp
- eax = 0x2a //'*' ; 42
+ eax = 0xffffffff //-1
//rsp ; rsp
return
(break)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment