Stepan
Stepan
Use ghidra 10.1.2 in both cases File: https://fastupload.io/en/CXtTVYPVtBOZMIj/file (github not supported filetype)
@Enkelmann thanks a lot
@Enkelmann If i use example in readme, have this trace ``` WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was...
@Enkelmann Now i changed to base **example.c** ``` #include int main(){ void* p = malloc(200); free(p); free(p); return 0; } ``` like in readme and run `gcc example.c -o example-bin`
@Enkelmann I tested it only in docker. (I use mac with M1)
@Enkelmann ok I will try
@Enkelmann check logs, find it: ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error("missing field `register_calling_convention`", line: 5220, column: 1)', src/caller/src/main.rs:406:64 ```
@Enkelmann hello again, now i am trying on ``` CPU op-mode(s): 32-bit, 64-bit Address sizes: 45 bits physical, 48 bits virtual CPU(s): 12 Model name: Intel(R) Xeon(R) Silver 4116 CPU...
@Enkelmann this on Ubuntu with intel
@Enkelmann of course yes, now this ``` stepa@MacBook-Pro-Stepa ~ % docker pull fkiecad/cwe_checker:latest latest: Pulling from fkiecad/cwe_checker Digest: sha256:7753a84d7213aabfc8cb2b488516137642f39f87afd80eab2e8a9876aee76003 Status: Image is up to date for fkiecad/cwe_checker:latest docker.io/fkiecad/cwe_checker:latest stepa@MacBook-Pro-Stepa ~...