View Single Post
  #6  
Old 10-31-2005, 23:06
redbull redbull is offline
Friend
 
Join Date: Mar 2004
Posts: 160
Rept. Given: 17
Rept. Rcvd 5 Times in 4 Posts
Thanks Given: 3
Thanks Rcvd at 6 Times in 6 Posts
redbull Reputation: 5
Ok Im coding a stand-alone tool as we speak.

It will allow you to sort by name or by ep-type

It will highlight duplicates (names or signatures)
But simple duplicates eg (notice the spaces in the file before the field names)

Code:
[test1]
ep_only = true
signature = BE 88 00 ?? ?? 00 00
Code:
[test2]
ep_only=true
signature=BE 88 00 ?? ?? 00 00
not complex ones like

Code:
[test3]
ep_only=true
signature=BE ?? 00 ?? ?? 00 00
Even tho test2 and test3 are very similar I wont be doing that level of signature parsing.

I see that NimDa2k's file is 300KB uncompressed so my little proggie needs to be able to cater for this.

The idea to make it handle import / merging of new files is a nice idea.

Just got to think through the interface properly.

Lets see!

Nice job on your tool alephz, I like that interface..
Reply With Quote