1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/tools/obj2yaml
Chris Bieneman 9e78b50812 [macho2yaml] String table can contain null strings
Since the string table being read from the MachO is a properly bounded StringRef including null strings is safe and reasonable.

This occurs frequently with stripped binaries where the string table has been modified.

llvm-svn: 277753
2016-08-04 19:19:25 +00:00
..
CMakeLists.txt
coff2yaml.cpp
elf2yaml.cpp
Error.cpp
Error.h
macho2yaml.cpp [macho2yaml] String table can contain null strings 2016-08-04 19:19:25 +00:00
obj2yaml.cpp [obj2yaml] [yaml2obj] Support for MachO Universal binaries 2016-06-24 20:42:28 +00:00
obj2yaml.h [obj2yaml] [yaml2obj] Support for MachO Universal binaries 2016-06-24 20:42:28 +00:00