View Single Post
  #15  
Old October 10th, 2007, 02:25 PM
Edi's Avatar

Edi Edi is offline
National Security Advisor
 
Join Date: Oct 2003
Location: Helsinki, Finland
Posts: 5,425
Thanks: 174
Thanked 695 Times in 267 Posts
Edi is on a distinguished road
Default Re: Code diving

The sites output file attached to the explanation post still has some errors:
  • Path column is actually site level column
  • # and name column headers should be one column to the left
  • C column is a complete mystery
  • arg2 seems to have random offsets that cause shifting everything in it and the following argument columns one column to the right, probably due to the negative numbers that overflow to 65k+
  • arg4 suffers from the same thing
  • Mystery column 1 & 2 are the column-shifted arguments
All of that means that everything regarding what the sites do must be decoded based on what we already know of them. Fortunately, that's not a problem. I've got all the visible stuff on the sites already and I know the units, so I can use the remaining data to fill in all the rest of the blanks with the help of your decoding guide above.
Reply With Quote