aboutsummaryrefslogtreecommitdiff
path: root/crates/ngrep
Commit message (Collapse)AuthorAgeFilesLines
* Remove ncount and ngrepMiquel Sabaté Solà2025-08-272-11/+0
| | | | | | | | These were theoretical tools that could be provided, but I have neither had the time, or their perceived functionality has been moved into other crates. Hence, just remove them. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Add the notion of mappingMiquel Sabaté Solà2024-12-122-0/+11
Mappings and segments are fundamental blocks on how code is distributed both on the actual ROM File and in the memory layout. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>