CommunityDragon / CDTB

A library containing everything to extract files from client files.
GNU Lesser General Public License v3.0
119 stars 33 forks source link

add hashes #33

Closed moonshadow565 closed 4 years ago

moonshadow565 commented 4 years ago

generated by dumping strings from executables and demangling any symbol names found used a simple regex to extract words: (?:[a-zA-Z0-9]+_?)+[a-zA-Z0-9]+ unfiltered .txt containing source strings can be found here: https://mega.nz/#!u90xQaDI!u7tbR64jZNqKuhl1NA_Jzkga1KbkC3yGAlnuIYCnWN8

benoitryder commented 4 years ago

The diff removes 3 hashes from hashes.binfields.txt. I assume it's not intended?

moonshadow565 commented 4 years ago

Its removed because it seems a duplicate sliped through before :) https://github.com/CommunityDragon/CDTB/blob/master/cdragontoolbox/hashes.binfields.txt#L50 https://github.com/CommunityDragon/CDTB/blob/master/cdragontoolbox/hashes.binfields.txt#L639

moonshadow565 commented 4 years ago

This commit: https://github.com/CommunityDragon/CDTB/commit/d580e7e69e4c9c4b23ff71062c18a48b163afe0c#diff-c0b3f92d9d53dbca557e1f9e841eb15d

benoitryder commented 4 years ago

Indeed. Good catch.