Re: winedump: Print the network share name in .lnk files.
14 May
2010
14 May
'10
2:22 p.m.
@@ -245,6 +254,18 @@ static int dump_location(void) } printf("\n");
+ /* dump information about the network volume the link points to */ + printf("Network volume ofs = %08x ", loc->dwNetworkVolTableOfs); + if (loc->dwNetworkVolTableOfs && (loc->dwNetworkVolTableOfs<loc->dwTotalSize))
me wonders if if (loc->dwNetworkVolTableOfs && (loc->dwNetworkVolTableOfs + sizeof(NETWORK_VOLUME_INFO)<loc->dwTotalSize)) wouldn't be better (same also would apply for test in old code above for dwVolTableOfs -- -- Eric Pouech
5690
Age (days ago)
5690
Last active (days ago)
0 comments
1 participants
participants (1)
-
Eric Pouech