]> git.siccegge.de Git - frida/frida.git/commitdiff
Fix Loading of symbolless files
authorChristoph Egger <Christoph.Egger@fau.de>
Tue, 3 Mar 2015 13:10:31 +0000 (14:10 +0100)
committerChristoph Egger <Christoph.Egger@fau.de>
Tue, 3 Mar 2015 14:34:25 +0000 (15:34 +0100)
The last commit unconditionally enabled disassembling from the start of
the text section. On a sample binary (/bin/true) this resulted in a
BasicBlock with a size of several TiB which won't terminate properly.


No differences found