pinkflawd
pinkflawd
My issue is that `?v $FB @ [addr]` in the respective cases doesn't get me the function containing [addr], for all the [addr] in the not-disassembled area :)
but also, somewhere in the back of my head I remember that could have something to do with jmp instructions at the (incorrect) end of the function? played with the...
Same case at 0x66203e5d
Yup, tried jmptbl, doesn't change the issue, ```e anal.hasnext = true``` is the troublemaker in this case :)
Hey hey! So sorry, totally overlooked your post. Please use the version of radare2 thats indicated in the readme. Its literally necessary to work with the exact same commit, cause...
Sorry for the late reply. Fetch the indicated commit f590de9e71ed87ebf276083a2876d006d87a506d , the versions are fairly meaningless.
Hullo! Please fetch the exact commit noted in the readme f590de9e71ed87ebf276083a2876d006d87a506d OR alternatively check the return value of the r2 command which's format has changed and adapt the parser. That...