Marvee Amasi
Marvee Amasi
DIIDevHeads IoT Integration Server
Created by Marvee Amasi on 10/3/2024 in #code-review
How to Disassemble and Filter Out Static Jumps in Program Output with Bash
I tested the approach with temporary binary files, and it works well for processing individual lines. See the thing here that since I’m working with large data sets, I’m concerned about the performance overhead of creating and deleting temporary files for each 7-byte block. Do you think there's a way to optimize this process, perhaps by piping the binary data directly to objdump without using temp files? Or should I consider using another disassembler that can handle this more efficiently from stdin?
3 replies