Add "doc" for Cannot find DLLNAME.sdb (#8784)

Add "doc" for Cannot find DLLNAME.sdb
This commit is contained in:
Maijin 2017-11-05 21:39:14 +08:00 committed by radare
parent 1c8094bc9b
commit 1d62db86e9

6
doc/sdb_ordinal.md Normal file
View File

@ -0,0 +1,6 @@
# 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