2 links tagged with all of: reverse-engineering + programming
Click any tag below to further narrow down your results
Links
This article introduces Kaitai Struct, a tool for creating binary parsers in a declarative way. It provides a step-by-step guide on defining a dummy binary format, writing a serialization function, and creating a parser in Python to read the format. The author emphasizes the utility of Kaitai Struct in reverse engineering and protocol analysis.
ImHex is a feature-rich hex editor designed for reverse engineers and programmers, offering extensive tools for data manipulation, visualization, and analysis. It supports various data types, a customizable interface, and advanced features like data hashing and integrated disassembly for multiple architectures. Users can also extend its functionality through a custom pattern language and plugins.