diff --git a/doc/sdb_ordinal.md b/doc/sdb_ordinal.md new file mode 100644 index 0000000000..7e298ce369 --- /dev/null +++ b/doc/sdb_ordinal.md @@ -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