index
:
cv2pdb.git
master
readme_md
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
rename README to README.MD
Rainer Schuetze
2019-01-24
1
-0/+0
|
/
*
update README with existing options
Rainer Schuetze
2019-01-24
2
-8/+20
*
select Windows SDK automatically
Rainer Schuetze
2019-01-06
3
-0/+24
*
fix issue #43: initialize DWARF_LineState's members file_ptr and last_addr
Rainer Schuetze
2018-12-21
1
-0/+3
*
emit "elemtype[keytype]" instead of "dAssocArray"
Rainer Schuetze
2018-12-16
1
-37/+43
*
fix #40: set architecture of .pdb for a 64 bit .dbg
Rainer Schuetze
2018-12-12
2
-7/+12
*
fix #41: cv2pdb crashes if mspdb*.dll cannot be loaded from path
Rainer Schuetze
2018-12-12
1
-1/+3
*
add Setup.Configuration package contents and reference them directly
Rainer Schuetze
2018-09-29
5
-7/+1029
*
Merge pull request #38 from akihikodaki/master
Rainer Schuetze
2018-09-29
5
-0/+55
|
\
|
*
Add Visual Studio detection by the COM API
Akihiko Odaki
2018-09-27
5
-0/+55
|
/
*
DWARF: fix line info translation for pointer_size 8
Rainer Schuetze
2018-07-18
3
-14/+20
*
Merge pull request #34 from dakotahawkins/fix_dumpDebugLineInfoCOFF
Rainer Schuetze
2018-07-18
1
-17/+34
|
\
|
*
Fix PEImage::dumpDebugLineInfoCOFF()
Dakota Hawkins
2018-07-17
1
-17/+34
|
/
*
DWARF:
Rainer Schuetze
2018-04-21
3
-35/+44
*
Merge pull request #27 from AlexWhiter/master
Rainer Schuetze
2018-04-08
4
-10/+13
|
\
|
*
Debug directory aligning moved to PEImage::replaceDebugSection.
AlexWhiter
2018-04-08
2
-8/+7
|
*
Fixed misspelled identifier.
AlexWhiter
2018-04-07
1
-1/+1
|
*
Cleanup of RSDS block after allocation.
AlexWhiter
2018-04-07
1
-3/+3
|
*
1. If exe-file consisted of just a disk letter and a file name (i.e. c:file.e...
AlexWhiter
2018-04-05
3
-5/+9
|
/
*
simplify code flow
Rainer Schuetze
2018-03-31
2
-18/+22
*
refactor common part of embedded CV and DBG into function
Rainer Schuetze
2018-03-31
2
-42/+38
*
Merge pull request #26 from AlexWhiter/master
Rainer Schuetze
2018-03-31
4
-18/+44
|
\
|
*
Reverting PEImage.h to the original state.
AlexWhiter
2018-03-30
1
-0/+1
|
*
Don't check IMAGE_FILE_DEBUG_STRIPPED flag. Check if DBG file exists instead.
AlexWhiter
2018-03-30
2
-10/+14
|
*
Wrong version was previously committed.
AlexWhiter
2018-03-30
1
-2/+1
|
*
RSDS section writing into EXE with symbols in DBG file.
AlexWhiter
2018-03-30
4
-17/+39
|
*
Fixed the calculation of IMAGE_DEBUG_DIRECTORY offset in DBG files.
AlexWhiter
2018-03-30
1
-1/+1
|
/
*
add partial support to convert DBG to PDB
Rainer Schuetze
2018-03-30
3
-3/+67
*
fix signed/unsigned warnings
Rainer Schuetze
2018-03-30
4
-8/+11
*
Merge pull request #24 from pmderodat/master
Rainer Schuetze
2018-03-30
6
-104/+462
|
\
|
*
cv2pdb.h: add missing #include <stdint.h> to build with VS 12.0
Pierre-Marie de Rodat
2018-03-23
1
-0/+2
|
*
CV2PDB::addDWARFEnum: provide a default name for enumeration types
Pierre-Marie de Rodat
2018-03-23
1
-2/+3
|
*
CV2PDB::addDWARFEnum: fix handling of big enumerated types
Pierre-Marie de Rodat
2018-03-23
1
-12/+87
|
*
CV2PDB::appendModifierType: uncomment code to add padding
Pierre-Marie de Rodat
2018-03-23
1
-2/+2
|
*
Fix LF_ENUMERATE emission for values > 0x8000
Pierre-Marie de Rodat
2018-03-23
1
-6/+10
|
*
dwarflines: fix last insn. address computation for DW_LNE_end_sequence
Pierre-Marie de Rodat
2018-03-23
1
-2/+11
|
*
Fix handling of discontinuous address ranges on X64
Pierre-Marie de Rodat
2018-03-23
1
-2/+13
|
*
Reduce complexity of best CFA lookups
Pierre-Marie de Rodat
2018-03-23
3
-15/+101
|
*
Do not crash when handling anonymous entities
Pierre-Marie de Rodat
2018-03-23
1
-0/+4
|
*
Fix pasto: restore DW_TAG_subroutine_type handling as opaque type
Pierre-Marie de Rodat
2018-03-23
1
-1/+1
|
*
Ignore, but still allow block and string forms for DW_AT_const_value
Pierre-Marie de Rodat
2018-03-23
1
-3/+16
|
*
CV2PDB::addDWARFEnumType: use getDWARFBasicType for base type translation
Pierre-Marie de Rodat
2018-03-23
1
-12/+3
|
*
CV2PDB::addDWARFBasicType: split primitive type handling out
Pierre-Marie de Rodat
2018-03-23
2
-58/+64
|
*
CV2PDB::addDWARFEnum: new, first attempt at enum types translation
Pierre-Marie de Rodat
2018-03-23
4
-0/+65
|
*
CV2PDB::createTypes: materialize subranges as modifiers for base types
Pierre-Marie de Rodat
2018-03-23
1
-1/+6
|
*
CV2PDB::getDWARFSubrangeInfo: use an appropriate base type
Pierre-Marie de Rodat
2018-03-23
1
-1/+1
|
*
CV2PDB::getDWARFSubrangeInfo: use language-specific default lower bound
Pierre-Marie de Rodat
2018-03-23
3
-3/+10
|
*
CV2PDB: keep track of the default lower bound for the curret unit
Pierre-Marie de Rodat
2018-03-23
2
-0/+22
|
*
DWARF_InfoData: track the DW_AT_language attribute
Pierre-Marie de Rodat
2018-03-23
2
-0/+3
|
*
CV2PDB::getDWARFTypeSize: fix computation from lower/upper bounds
Pierre-Marie de Rodat
2018-03-23
1
-1/+1
[prev]
[next]