VirtualBox

source: vbox/trunk/src/VBox/Runtime/common/ldr

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @61936   8 years vboxsync nits
(edit) @60715   9 years vboxsync ldrPE.cpp: Sigh. Can't expect microsoft to update all their linkers. …
(edit) @60699   9 years vboxsync ldrPE.cpp: Implemented a more relaxed approach to the ever changing …
(edit) @60467   9 years vboxsync ldrPE: Generalized the load config dir size vs header size kludges.
(edit) @60450   9 years vboxsync ldrELFRelocatable.cpp.h: Fixed incorrect st_shndx validation. Used …
(edit) @60298   9 years vboxsync ldrPE.cpp: doxygen fix
(edit) @60297   9 years vboxsync ldrPE.cpp/pecoff.h: Added version 5 of the load config structures, new …
(edit) @59747   9 years vboxsync iprt/asm.h: Cleaned up the ASMMemIsAll8/U32 mess and implmeneted the …
(edit) @58742   9 years vboxsync Various: Use our pecoff.h and mz.h instead of the internal IPRT headers.
(edit) @58729   9 years vboxsync ldrPE.cpp: use iprt/formats/pecoff.h and name all machines listed by …
(edit) @58727   9 years vboxsync rtldrPEOpen: Set pErrInfo on VERR_LDR_ARCH_MISMATCH.
(edit) @57974   9 years vboxsync IPRT: Some more doxygen fixes.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57325   9 years vboxsync ldrPE.cpp: Added kludge for windows 10's 32-bit imagehlp.dll which has …
(edit) @56978   9 years vboxsync Runtime: Formatting fixes, time.cpp being the most significant.
(edit) @56290   9 years vboxsync IPRT: Updated (C) year.
(edit) @55703   10 years vboxsync ldrPE.cpp: Fixed debug-loading regression introduced when adding …
(edit) @54987   10 years vboxsync Elf/RelocateSectionExecDyn: AssertReturn -> AssertMsgReturn.
(edit) @53877   10 years vboxsync ldrPE: Windows 10 IMAGE_LOAD_CONFIG_DIRECTORY update.
(edit) @53818   10 years vboxsync RTLdr: Added RTLDR_O_IGNORE_ARCH_IF_NO_CODE for PE resource dlls and …
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @52845   10 years vboxsync RTLdrOpenInMemory: Fixed colon that should've been a semicolon, …
(edit) @52839   10 years vboxsync rtldrPE_EnumSegments: Fixed double sizeof() for 8 char section names.
(edit) @52534   10 years vboxsync Another load configuration kludge, this time for ntdll/xp.
(edit) @52405   10 years vboxsync ldrPE.cpp: Fixed RTLDRPROP_IMPORT_COUNT, the gnu loader includes all …
(edit) @52403   10 years vboxsync SUP,IPRT: Extended RTLdrQueryPropEx with a pvBits parameter, …
(edit) @52213   10 years vboxsync SUP,IPRT: Implemented forwarder support in RTLdr and cleaned up some …
(edit) @52204   10 years vboxsync SUP,LDR: Changed RTLdrGetBits to allow not resolving imports. Combined …
(edit) @51914   10 years vboxsync hack
(edit) @51913   10 years vboxsync Plugged memory leak in rtldrPE_VerifySignatureValidateHash.
(edit) @51870   10 years vboxsync Another page has fix, this time for VBoxREM w/ debug info. (debug info …
(edit) @51868   10 years vboxsync Page hash fixes. Somehow using the wrong algorithm for determining how …
(edit) @51862   10 years vboxsync page hash updates.
(edit) @51837   10 years vboxsync gcc warning
(edit) @51794   10 years vboxsync Darwin loader rc fix (VERR_INVALID_EXE_SIGNATURE).
(edit) @51770   10 years vboxsync Merged in iprt++ dev branch.
(edit) @51519   11 years vboxsync Runtime: Comment nits.
(edit) @49045   11 years vboxsync error conversion.
(edit) @49044   11 years vboxsync Darwin guest OS digger hacking in progress. Adding symbol cache util …
(edit) @49040   11 years vboxsync More ext -> suff corrections.
(edit) @48935   11 years vboxsync Runtime: Whitespace and svn:keyword cleanups by scm.
(edit) @48636   11 years vboxsync RTLdr: don't leak RTLDRMODINTERNAL::pReader.
(edit) @47339   11 years vboxsync kStuff is up to date on trunk, with KLDRMOD_OPEN_FLAGS_FOR_INFO …
(edit) @47290   11 years vboxsync Fixes related to reading symbols from a 64-bit linux kernel (3.7).
(edit) @47060   11 years vboxsync KLDRMOD_OPEN_FLAGS_FOR_INFO
(edit) @46593   11 years vboxsync updates
(edit) @46273   12 years vboxsync ldr.h,ldrPE.cpp: Report COFF debug type. Correctly report cbImage for …
(edit) @46266   12 years vboxsync IPRT: Changed RTLDRSEG::pchName to pszName and make sure it's always …
(edit) @46259   12 years vboxsync ldrELFRelocatable.cpp.h: Made ET_EXEC and ET_DYN partially work so the …
(edit) @46180   12 years vboxsync ldrELFRelocatable.cpp.h: pointer calc warning fix for 32-bit.
(edit) @46177   12 years vboxsync More symbols in disassembly, for PATM esp.
(edit) @46165   12 years vboxsync Made dSYM-bundle loading work as well as line numbers in the stack …
(edit) @46164   12 years vboxsync More exteran .dSYM and .dwo bundles/files changes.
(edit) @46161   12 years vboxsync First part of loading .dSYM bundles.
(edit) @46152   12 years vboxsync warnings.
(edit) @46151   12 years vboxsync grumble.
(edit) @46149   12 years vboxsync IPRT: Dwarf and ELF fixes.
(edit) @46133   12 years vboxsync build fix
(edit) @46131   12 years vboxsync ldrPE.cpp: Added fallback pfnEnumSymbols implementation that works …
(edit) @46118   12 years vboxsync Make 32-bit Windows 8 symbols appear.
(edit) @46115   12 years vboxsync Windows 2000 fixes.
(edit) @46113   12 years vboxsync Implemented debug module that uses the exported symbols. This will …
(edit) @46108   12 years vboxsync Got the NT4 ntfs.sys case working. Turned out to be some memory saving …
(edit) @46101   12 years vboxsync More NT4 debugging. Getting closer to working state…
(edit) @46087   12 years vboxsync warnings
(edit) @46084   12 years vboxsync try fix warning…
(edit) @46083   12 years vboxsync Made it possible to find symbols for windows nt using a …
(edit) @46082   12 years vboxsync oops.
(edit) @46081   12 years vboxsync Added RTLdrOpenInMemory.
(edit) @46080   12 years vboxsync Added RTLdrOpenInMemory.
(edit) @46078   12 years vboxsync More debugging fixes.
(edit) @46048   12 years vboxsync Added a RTDbgMod reader that employs DbgHelp.dll.
(edit) @46023   12 years vboxsync RTLdrOpen: Defined the first flag RTLDR_O_FOR_DEBUG for use with RTDbgMod.
(edit) @45996   12 years vboxsync build fix
(edit) @45994   12 years vboxsync RTDbgModCreateFromPeImage: Mostly implemented.
(edit) @45982   12 years vboxsync RTLdrElf: Better fix.
(edit) @45981   12 years vboxsync Only pick up SHT_STRTAB sections if we haven't already found one.
(edit) @45969   12 years vboxsync build fix
(edit) @45968   12 years vboxsync Ldr,Dbg: DWARF and ELF hacking in progress.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44042   12 years vboxsync shut up gcc
(edit) @41785   12 years vboxsync Comment typos.
(edit) @41510   13 years vboxsync IPRT/Elf: Working on loading watcom dwarf symbol files.
(edit) @39436   13 years vboxsync Runtime/ldrkStuff: fixed wrong buffer size
(edit) @39327   13 years vboxsync scm whitespace cleanups.
(edit) @39083   13 years vboxsync IPRT: -Wunused-parameter.
(edit) @39032   13 years vboxsync IPRT: Fixed unused variable warnings.
(edit) @38581   13 years vboxsync IPRT: More debug info & ldr stuff.
(edit) @38547   13 years vboxsync IPRT: More debug info hacking.
(edit) @38531   13 years vboxsync iprt: debug info coding…
(edit) @38515   13 years vboxsync IPRT: Working on debug info again.
(edit) @37596   13 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @36969   14 years vboxsync more gcc-4.6 -Werror=int-to-pointer-cast fixes
(edit) @36912   14 years vboxsync gcc-4.6 -Werror=int-to-pointer-cast fixes
(edit) @35191   14 years vboxsync Some cleanup. Pass RTLDRLOAD_FLAGS_LOCAL instead of 0, since it's defined.
(edit) @35183   14 years vboxsync RTLdrLoadEx use RTERRINFO.
(edit) @35152   14 years vboxsync *: added fFlags parameter to SUPR3HardenedLdrLoadAppPriv(), …
(edit) @34959   14 years vboxsync Added RTLdrLoadEx for exposing dlerror info.
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette