amarkovytch

Results 7 comments of amarkovytch

I have similar issue with RH850 target : thread 'main' panicked at 'assertion failed: `(left == right)` left: `"r6"`, right: `"r6r7"`', src/cwe_checker_lib/src/pcode/term.rs:670:21 note: run with `RUST_BACKTRACE=1` environment variable to display...

If this is the same test from bare_metal_samples dir, it is a bin file (probably a raw memory dump). I am trying to execute with ELF. Did you ever try...

Hi, yes, I tried to run without the bare metal option with the exact same result. Please note though that ELF is a standalone embedded device image rather than a...

_So the file format you mean is not the [Executable and Linkable Format](https://en.wikipedia.org/wiki/Executable_and_Linkable_Format)? Regardless, the cwe_checker should not crash when using the bare-metal-option on any file format, so it is...

No worries, we will debug this together :) And yes, I already guessed that bare-metal-config is used by Ghidra to parse the binary if the information is not available otherwise...

Hi, Enkelmann, here is the log you requested, I've added an additional print that outputs the address of the original code immediately after the previous debug line : ![image](https://user-images.githubusercontent.com/50030494/157399167-0129a47b-c64d-4dc7-87d4-24bb257d0832.png) Here...

I am using IDA version 7.6 SP1 and Ghidra 10.0.1 Having the same issue