radare2/doc/sdb_ordinal.md
pancake e6f2cd0b2a
Remove trailing spaces (#19460)
$ git grep ' $' | grep -v ^test/ | cut -d : -f 1 | sort -u > /tmp/trailing
$ for a in `cat /tmp/trailing` ; do sed -i -e 's/ *$//' $a ; done
2021-12-02 17:39:59 +01:00

401 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