Yangff

Results 50 comments of Yangff

``` var fs = require('fs') function replaceAll(target, search, replacement) { return target.replace(new RegExp(search, 'g'), replacement); }; var txt = replaceAll(replaceAll(fs.readFileSync('command.log').toString(), "\r\n", ""), "\n", "") var regex_act = /\[action 'Compiling ([^']*).*?(?=gcc...

@wangkuiyi I'm using bazel's verbose logs (with `--subcommands`) and that script run bazel with ` --experimental_action_listener=//tools/actions:generate_compile_commands_listener`

@chsterz Yes, it's the same version and using same compiler. And I think it cannot identify some Qt exe file... in some place, for exmaple, They are same qt exe...

> Is this with or without the `-d -r` option to objdump? that's w/o. But even with `-d -r` it's still.. kind of hard to read since some addresses are...

> I can't tell if this is something you want to persue but riscv32-linux also supports shared libraries. Oh.. I thought there isn't riscv32-linux..

> Yes, the decompiler itself is written in C++. However, the processor specifications are written in a DSL called Pcode, and the code that tells Ghidra how to load platform...

> @Yangff [phy_init](https://github.com/WildCryptoFox/bl602-re/blob/reko-decomp/blobs/bl602_demo_wifi.reko/bl602_demo_wifi_text_0001.c#L5360-L5460) as derived using Reko. Do you see any issues with this result? (see also #14) > > The `if(false)` looks suspicious. I wonder if this is assuming...

> ghidra's yes, let me try.

> @Yangff Could you upload ghidra's decompilation results for the 3 ELFs for all who don't have ghidra setup? added #15

will merge again after add memory maps