Skip to content

Commit

Permalink
macho-parser: Remove debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKagstrom committed Aug 16, 2023
1 parent a4a299a commit ba10749
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/parsers/macho-parser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,6 @@ class MachoParser : public IFileParser

unsigned int matchParser(const std::string& filename, uint8_t* data, size_t dataSize) final
{
if (IConfiguration::getInstance().keyAsInt("low-limit") == 26)
{
printf("NOT MACHO PARSER\n");
return match_none;
}
auto hdr = reinterpret_cast<mach_header_64*>(data);

// Don't handle big endian machines, or 32-bit binaries
Expand Down

0 comments on commit ba10749

Please sign in to comment.