Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
c4e7e07a
Commit
c4e7e07a
authored
Dec 18, 2006
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Dec 18, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winedump: Fix a couple of typos.
parent
01286110
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
pe.c
tools/winedump/pe.c
+2
-2
No files found.
tools/winedump/pe.c
View file @
c4e7e07a
...
...
@@ -608,7 +608,7 @@ static void dump_dir_imported_functions(void)
printf
(
" offset %08lx %s
\n
"
,
Offset
(
importDesc
),
(
const
char
*
)
RVA
(
importDesc
->
Name
,
sizeof
(
DWORD
)));
printf
(
" Hint/Name Table: %08X
\n
"
,
(
DWORD
)
importDesc
->
u
.
OriginalFirstThunk
);
printf
(
" TimeDat
a
Stamp: %08X (%s)
\n
"
,
printf
(
" TimeDat
e
Stamp: %08X (%s)
\n
"
,
importDesc
->
TimeDateStamp
,
get_time_str
(
importDesc
->
TimeDateStamp
));
printf
(
" ForwarderChain: %08X
\n
"
,
importDesc
->
ForwarderChain
);
printf
(
" First thunk RVA: %08X
\n
"
,
(
DWORD
)
importDesc
->
FirstThunk
);
...
...
@@ -673,7 +673,7 @@ static void dump_dir_delay_imported_functions(void)
printf
(
" grAttrs %08x offset %08lx %s
\n
"
,
importDesc
->
grAttrs
,
Offset
(
importDesc
),
use_rva
?
(
const
char
*
)
RVA
(
importDesc
->
szName
,
sizeof
(
DWORD
))
:
(
char
*
)
importDesc
->
szName
);
printf
(
" Hint/Name Table: %08x
\n
"
,
importDesc
->
pINT
);
printf
(
" TimeDat
a
Stamp: %08X (%s)
\n
"
,
printf
(
" TimeDat
e
Stamp: %08X (%s)
\n
"
,
importDesc
->
dwTimeStamp
,
get_time_str
(
importDesc
->
dwTimeStamp
));
printf
(
" Ordn Name
\n
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment