firmflaws icon indicating copy to clipboard operation
firmflaws copied to clipboard

Firmware analysis website + API

Results 2 firmflaws issues
Sort by recently updated
recently updated
newest added

There was a error in path inclusion

Stop using that kind of syntax😧: ``` imports = "\n".join([_ for _ in r2.cmd("ii").split("\n") if "name=" in _]) ``` or ``` def is_elf(file): with open(file.filepath, "rb") as fd: head =...