goretk / redress

Redress - A tool for analyzing stripped Go binaries

Home Page:https://go-re.tk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Macros definition is broken

alex-bender opened this issue · comments

Hello, thanks for such a great tool!
I've got across blog post and found out that probably syntax has changed so it's not working anymore with r2 -v radare2 5.4.3.

[0x00528b00]> (type+ flag,#!pipe redress -method -type `f~$0~[0]`)
Invalid macro body

If you would be able to take a loot at that it would be really great, thanks!

Yes r2 changed the syntax. I have something like this in my radare2rc file:

"(type+ flag;#!pipe redress -method -type `f~$0~[0]`;)"

Thanks a lot!