Enkelmann

Results 54 comments of Enkelmann

Yes, a plugin for Radare2 would be nice. Since we already support json output, a plugin should be easy enough to implement and contributions are always welcome. :-) Unfortunately, this...

Because of the file ending `.iso` of your file I would assume that your file is not a normal binary executable and Ghidra (and thus also the cwe_checker) simply does...

This also only tells me that either Ghidra or the Ghidra plugin used by the cwe_checker could not parse your input file. But it does not tell me what file...

Ah, now I understand. Now this is indeed puzzling. Since I do not expect gcc generating anything strange for such a simple example, my guess would be that it has...

That explains the warning! Ok, my guess is that the emulation of x86 code that is apparently used for executing the Docker image introduces a bug somewhere. But I do...

Ok, so it does not work. This either a bug in Ghidra (unlikely, you could check it by running Ghidra separately) or, more likely, a bug in the way that...

Is this still on MacOS? If yes, then I would be quite confused why it would work on AMD but not on an Intel CPU. At some point in the...

Does this happen regardless of the input binary or only for some specific input binaries? Does this happen for a local cwe_checker installation or for the Docker containers? Have you...

@StepanGavrilov We now deploy multi-architecture Docker images to Dockerhub (see #321, #322), so if you update the `fkiecad/cwe_checker:latest` image it should run natively on your Mac. Could you test out...

Ok, then this is probably some issue with the cwe_checker itself, which I can probably only debug if I find an example binary somewhere where this error occurs.