Austin English
|
285572fd57
|
winedump: Sign compare fixes.
|
2009-05-08 14:30:44 +02:00 |
Marcus Meissner
|
8063d6572b
|
winedump: Check return value of fetch_block (Coverity).
|
2008-02-20 12:06:36 +01:00 |
Francois Gouget
|
fa9950f93e
|
winedump: Add support for dumping SZ_LINK and SPECIAL_FOLDER data blocks.
|
2008-02-04 11:13:07 +01:00 |
Francois Gouget
|
79a6f41935
|
winedump: Switch the block dumping code to be block-oriented, rather then flag oriented, so it is resilient to order changes.
|
2008-02-04 11:13:01 +01:00 |
Francois Gouget
|
9fc80d212f
|
winedump: Dump the raw data when finding an unknown block in an lnk file.
|
2008-02-04 11:12:32 +01:00 |
Francois Gouget
|
74d8536414
|
winedump: Track unknown lnk flags and dump them.
|
2008-02-04 11:12:13 +01:00 |
Francois Gouget
|
85eac20afd
|
winedump: Use the standard SLDF_XXX flag names instead of inventing new ones. Add the missing flags.
|
2008-02-04 11:12:03 +01:00 |
Andrew Talbot
|
82ee5a5812
|
winedump: Cast-qual warnings fix.
|
2007-07-09 11:46:07 +02:00 |
Eric Pouech
|
ae48ede907
|
winedump: Simplify guid dumping.
|
2007-02-12 14:12:03 +01:00 |
Eric Pouech
|
07d681b0d9
|
winedump: Added helper to convert a guid to a string.
|
2007-01-06 11:40:44 +01:00 |
Andrew Talbot
|
25d1dc81d6
|
winedump: Cast-qual warnings fix.
|
2006-12-04 12:23:08 +01:00 |
Eric Pouech
|
cac7be486d
|
winedump: Use same scheme for dumping lnk files as the executables (through the PRD macro and a full mapped image).
|
2006-11-30 12:47:04 +01:00 |
Dmitry Timoshkov
|
d8725b8850
|
winedump: Fix a copy/paste typo.
|
2006-11-27 13:45:12 +01:00 |
Michael Stefaniuc
|
15765dd953
|
The Data1 member of the GUID struct needs to be an unsigned int too for Win64 compatibility.
|
2006-10-16 10:53:04 +02:00 |
Michael Stefaniuc
|
ba123abf57
|
winedump: Win64 printf format warning fixes.
|
2006-10-02 11:55:07 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Mike McCormack
|
b191c3daef
|
Handle msi component identifiers without a feature guid.
|
2005-11-02 10:55:13 +00:00 |
Mike McCormack
|
bb05f9e9eb
|
Make sure the component string is nul terminated.
|
2005-10-18 10:36:38 +00:00 |
Dmitry Timoshkov
|
f861818081
|
Dump more .lnk file header fields.
|
2005-09-08 18:54:32 +00:00 |
Steven Edwards
|
779f4d0019
|
Correct size check.
|
2005-08-11 10:33:29 +00:00 |
Mike McCormack
|
723ee0a3bc
|
gcc 4.0 -Wpointer-sign fixes.
|
2005-07-05 14:26:54 +00:00 |
Mike McCormack
|
8dd7f06e3a
|
Fix declarations.
|
2005-06-23 09:48:15 +00:00 |
Mike McCormack
|
54fc5edd52
|
Dump out the msi information in more detail.
|
2005-06-09 09:48:02 +00:00 |
Robert Shearman
|
c5bc264706
|
Fix -Wwrite-strings warnings.
|
2005-05-23 10:28:17 +00:00 |
Mike McCormack
|
fa38d5429e
|
Dump the pidl of a lnk file.
|
2005-02-25 16:50:39 +00:00 |
Jon Griffiths
|
cb613f5111
|
Use config.h & HAVE_ where needed, -W fixes.
|
2005-02-22 14:52:35 +00:00 |
Gerald Pfeifer
|
153a59744e
|
Use stdlib.h instead of non-standard malloc.h.
|
2005-02-18 12:57:48 +00:00 |
Mike McCormack
|
f81e0b03e2
|
Dump out more details on the target of a link.
|
2005-02-18 12:53:05 +00:00 |
Mike McCormack
|
50e9c0145d
|
Add dumping of lnk files.
|
2005-02-17 11:51:23 +00:00 |