wargio / r2dec-js

radare2 plugin - converts asm to pseudo-C code.
508 stars 48 forks source link

RISCV: lui: properly sign extend on rv64 and rv32 #291

Open strlcat opened 1 year ago

strlcat commented 1 year ago

Quick but working fix. Tested both rv32 and rv64 (on rv32 simply ignored). Feel free to edit to match your code (I'm noob at js)

trufae commented 1 month ago

any update here?