here are the following issues currently in prod:
- canary exists for a binary, but initial crash analysis doesn’t pick it out.
- potential solution: doing a
checksecat the beginning and including that in the final json (crash_data). this will also include important information such asPIE.
- potential solution: doing a
feature requests:
- disassembly - pighidra
- source code integration - sending in the C code to the llm
- this would be useful for things like figuring out if
allocaexists (contractor binary)
- this would be useful for things like figuring out if