mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 21:29:49 +00:00
402 B
402 B
Cannot find R2PATH/format/dll/DLLNAME.sdb
- Execute
rabin2 -rs DLLNAME.dll | grep -i DLLNAME | grep -v Ordi |grep ^k| cut -d / -f 4- > DLLNAME.sdb.txt
- Upload file
DLLNAME.sdb.txt
in https://github.com/radareorg/radare2/tree/master/libr/bin/d/dll - Change the following Makefile
- Create a Pull Request to Master