Skip to content
Snippets Groups Projects
  • deuce's avatar
    4d9b39f6
    Add a unbaja.brute file when brute forcing. This is a cache of found · 4d9b39f6
    deuce authored
    variable names in the format:
    XXXXX,#,STR
    Where XXXX is the hex value of the CRC
    # is zero if this is a bad match and non-zero if it's a good match.
    STR is the variable string.
    
    If you run unbaja with brute-forcing, and it makes a BAD match, adjust the
    second value in the line and run it again to brute-force ignoring the bad
    match.
    
    At some point, I may have it pick up from the last variable.
    4d9b39f6
    History
    Add a unbaja.brute file when brute forcing. This is a cache of found
    deuce authored
    variable names in the format:
    XXXXX,#,STR
    Where XXXX is the hex value of the CRC
    # is zero if this is a bad match and non-zero if it's a good match.
    STR is the variable string.
    
    If you run unbaja with brute-forcing, and it makes a BAD match, adjust the
    second value in the line and run it again to brute-force ignoring the bad
    match.
    
    At some point, I may have it pick up from the last variable.