> Mesos is a tool to gather binary code coverage on all user-land Windows targets without need for source or recompilation. It also provides an automatic mechanism to save a full minidump of a process if it crashes under mesos.
> Mesos is technically just a really fast debugger, capable of handli...
Thread
Stories related to "gamozolabs/mesos | Binary coverage tool without binary modification for Windows" across the full archive.
> Mesos is a tool to gather binary code coverage on all user-land Windows targets without need for source or recompilation. It also provides an automatic mechanism to save a full minidump of a process if it crashes under mesos.
> Mesos is technically just a really fast debugger, capable of handli...
`llvm-tools`, a new rustup component for binary inspection (objdump, nm, size) and profiling (profdata)
(internals.rust-lang.org)
I built a tool for analyzing raw binary programs (programs without an ELF, PE, Mach-O header) to determine the file offset that the program begins at and the load address the program is mapped into memory at. The tool can also do find the instruction set architecture for common platforms. I put a lo...
Show HN: BinRev - Free, no registration web based (un)known binary analysis tool
(binrev.vercel.app)
Backstory:
I have a keen interest in security from multiple viewpoints, and analysing a unknown firmware file format has been a topic which has popped up every once in a while but I have not found a tool which would be
a) FREE and/or
b) worked the way my brain does.<p>So when thinking of a us...
I built 0tH (Zero the Hero) to analyze Mach-O binaries on macOS. It's written in Rust and works as both CLI and interactive REPL.<p>Main features:
- Parse FAT/universal binaries and individual slices
- Full code signature analysis (8 commands: entitlements, certificates, CDHash, notarizati...
I built this because I was tired of guessing why my RAG system was failing. It projects user queries vs. documents into 2D space to find 'Red Zones' (high user intent, low documentation). Open source, built with FastAPI + React. Would love feedback on the clustering logic.
I wanted to see if AI (mostly ChatGPT Pro and Gemini Pro 3.1) could figure out how to compress executable binaries better than existing generic tools without me actually knowing much about compression engineering or ELF internals.<p>The result is an experiment called fesh. It works strictly as a det...