mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-27 15:10:53 +00:00
Add "doc" for Cannot find DLLNAME.sdb (#8784)
Add "doc" for Cannot find DLLNAME.sdb
This commit is contained in:
parent
1c8094bc9b
commit
1d62db86e9
6
doc/sdb_ordinal.md
Normal file
6
doc/sdb_ordinal.md
Normal 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
|
Loading…
Reference in New Issue
Block a user