]> git.siccegge.de Git - frida/frida.git/commit
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)
commitdb08681ab30cdc2a322663b836d215cacedea71a
treec06b3acde60b2fb1ba42d2666b952999fcf6bbe9
parent0daf9a157f3d41690cf4a0287db1adecc4ad0b71
Fix Loading of symbolless files

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.
src/core/InformationManager.hxx
src/disassembler/llvm/LLVMDisassembler.cxx