Skip to content

Memory analysis functions for scanning patterns within process memory, aiding reverse engineering and malware analysis using technical terms like 'signature,' 'offset,' and 'memory read'.

Notifications You must be signed in to change notification settings

DennysBarreto/PatternFind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PatternFind

Hosting a collection of memory analysis functions, this repository performs scans for patterns within process memory regions. Drawing inspiration from the IDA (Interactive Disassembler) code analysis pattern, these functions search for specific sequences of bytes, commonly referred to as patterns, within memory locations of a running process. This aids in identifying data structures, specific instructions, and other relevant information during reverse engineering and malware analysis activities. The functions employ technical terms such as 'signature,' 'offset,' 'pointer,' 'base address,' and 'memory read' to efficiently and accurately locate and interpret patterns.

About

Memory analysis functions for scanning patterns within process memory, aiding reverse engineering and malware analysis using technical terms like 'signature,' 'offset,' and 'memory read'.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published