mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-02 19:26:43 +00:00
7 lines
396 B
Markdown
7 lines
396 B
Markdown
![]() |
# Cannot find R2PATH/format/dll/DLLNAME.sdb
|
||
|
|
||
|
1. Execute `rabin2 -rs DLLNAME.dll | grep -i DLLNAME | grep -v Ordi |grep ^k| cut -d / -f 4- > DLLNAME.sdb.txt`
|
||
|
2. Upload file `DLLNAME.sdb.txt` in https://github.com/radare/radare2/tree/master/libr/bin/d/dll
|
||
|
3. Change the following [Makefile](https://github.com/radare/radare2/blob/master/libr/bin/d/Makefile#L14)
|
||
|
4. Create a Pull Request to Master
|