Skip to content

Utilities to help with reverse engineering RF protocols.

Notifications You must be signed in to change notification settings

vishalishere/gr-reveng

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Often times, when reverse engineering an RF protocol, you will be looking for a particular pattern to signify the start of a packet. This can be done manually by searching through a file with a one-off python script, but that's tedious.

This package contains a single block, that looks for a pattern. When found, it prints to the screen. It probably works close-to-real-time, but it works for offline analysis too.

A bit silly to make an entire module for a single block, eh? Maybe I'll add some extra features to it down the road.

About

Utilities to help with reverse engineering RF protocols.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CMake 72.1%
  • Python 22.0%
  • C++ 4.6%
  • C 1.3%