Skip to content

Initial Release

Compare
Choose a tag to compare
@trigger-segfault trigger-segfault released this 28 Mar 23:30
· 2 commits to master since this release

Initial release version of unhash_name.

usage: unhash.exe <ACCUM> [PRE=] [POST=] [MAX=16] [MIN=0] [CHARSET=a-z_0-9]

arguments:
  ACCUM    target CRC-32 result to match (accepts hex prefix '0x' and '$')
  PRE      constant ASCII name prefix
  POST     constant ASCII name postfix
  MAX      maximum character length to test
  MIN      minimum character length to test
  CHARSET  list of characters for pattern (accepts ranges and '\' escapes)

Example:

C:\>unhash $a3d0623b "_start" "@" 7 1 "a-z_"