radare2/doc/sdb_ordinal.md
2019-10-07 10:48:31 +02:00

402 B

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/radareorg/radare2/tree/master/libr/bin/d/dll
  3. Change the following Makefile
  4. Create a Pull Request to Master