Raised when a load command string is malformed in some way.
@param lc [MachO::LoadCommand] the load command containing the string
# File lib/macho/exceptions.rb, line 135 def initialize(lc) super "Load command #{lc.type} at offset #{lc.view.offset} contains a" " malformed string" end