Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 543 Bytes

File metadata and controls

10 lines (8 loc) · 543 Bytes

PatternScanner

This is a utility that allows for rapid development and testing of patterns. PatternScanner is able to import patterns from:

  • IDA (.<section>:<address> <opcodes> <disassembly>)
  • Cheat-Engine (<address> - <opcodes> - <disassembly>)
  • Hex (hexadecimal numbers and '?' or '??' as wildcards)

By using PeNet, PatternScanner is able to scan single sections of files only. When unable to parse sections or when the input file could not be parsed as a PE file, it will scan the entire file.