external.txt
上传用户:qingqincao
上传日期:2021-04-23
资源大小:2559k
文件大小:1k
源码类别:

破解

开发平台:

DOS

  1. ;The file userdb.txt is used to store the external signatures.
  2. ;External signatures can be modified by the user as and when he requires.
  3. ;The signatures are in the format
  4. [Name of the Packer v1.0]
  5. signature = 50 E8 ?? ?? ?? ?? 58 25 ?? F0 FF FF 8B C8 83 C1 60 51 83 C0 40 83 EA 06 52 FF 20 9D C3
  6. ep_only = true
  7. ;The ?? in the signature represent wildcard bytes (they are skipped while scanning)
  8. ;ep_only can be either true or false. When true, the signature is scanned for at the EntryPoint only.
  9. ;Else it is scanned throughout the file.
  10. ;A '*' in the results of PEiD signifies that the external database was used for scanning the file.