• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

parse a vbp file

Alemap

n00b
Joined
Jun 11, 2003
Messages
15
Alright, here's one I'm not having any luck on. I need to write an application to go through a VBP file, determine the objects(components) and references. I need to then determine the version of each of these files to compare them to a test server...

I've taken apart the VBP and can easily get the filenames. Where I'm struggling is getting the version numbers. It looks simple, it looks like they are listed right before the filenames, but those are NOT valid version numbers... Take this for example.

Reference: craxddrt.dll
Listed in VBP: a.0
Actual Version Number: 10.0.0.533

Component: comdlg32.ocx
Listed in VBP: 1.2
Actual Version Number: 6.00.8418

ok... so, yeah, that's my issue. suggestions?
 
Back
Top