VirtualBox

source: vbox/trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @106861   3 months vboxsync IPRT/ldrPE.cpp: Don't be so strict about …
(edit) @106732   3 months vboxsync IPRT/ldrPE.cpp,pecoff.h: Added IMAGE_LOAD_CONFIG_DIRECTORY64_V14 / …
(edit) @106726   3 months vboxsync IPRT/ldrPE.cpp: Adjustments to new IMAGE_RUNTIME_FUNCTION_ENTRY …
(edit) @106602   3 months vboxsync IPRT/ldrPE,RTSignTool: Recognize ARM64 images. jiraref:VBP-1171
(edit) @106248   4 months vboxsync IPRT/ldrPE: Fixed bug in the page hashing code getting the offset of …
(edit) @106061   5 months vboxsync Copyright year updates by scm.
(edit) @104680   9 months vboxsync Runtime/common/ldr/ldrPE.cpp: Recognize and open arm64 PE binaries …
(edit) @103005   12 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @100442   19 months vboxsync IPRT,OpenSSL: Support ECDSA for verficiation purposes when IPRT links …
(edit) @99669   21 months vboxsync IPRT/ldrPE: Added support for SHA384 image signatures. [build fix] …
(edit) @99668   21 months vboxsync IPRT/ldrPE: Added support for SHA384 image signatures. bugref:10439
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @97875   2 years vboxsync IPRT/ldrPE: Corrections to mke tstLdr-4 pass.
(edit) @96777   2 years vboxsync RTSignTool,IPRT/ldrPE.cpp: Corrected incorrect signature alignment …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95638   3 years vboxsync IPRT/ldrPE: Tested and fixed the page hash generation code. bugref:8691
(edit) @95635   3 years vboxsync IPRT/ldrPE: Implemented generating page hashes (for using in signing). …
(edit) @95612   3 years vboxsync IPRT/ldr: Changed RTLdrHashImage to return the hash rather than the …
(edit) @93295   3 years vboxsync IPRT/ldrPE,pecoff.h: Another IMAGE_LOAD_CONFIG_DIRECTORY field.
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @86551   4 years vboxsync SUPHardNt,IPRT: If there are nested signatures (i.e. more than one …
(edit) @86550   4 years vboxsync SUPHardNt,IPRT: If there are nested signatures (i.e. more than one …
(edit) @86549   4 years vboxsync SUPHardNt,IPRT: If there are nested signatures (i.e. more than one …
(edit) @85121   5 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @84361   5 years vboxsync IPRT/ldrPE: Found three new load config variations. V12 is what the …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @81120   5 years vboxsync IPRT/ldrPE: Slienced import assertion for IN_SUP_HARDENED_R3 as it …
(edit) @77971   6 years vboxsync Runtime/ldr: Make RTLDRREADER::pfnSize return an unsigned 64bit value …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76408   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76346   6 years vboxsync *: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no …
(edit) @75085   6 years vboxsync IPRT/ldrPE: Must save Dir.Size to uOrgDir before updating it. duh. …
(edit) @75084   6 years vboxsync IPRT/ldrPE: Don't be uptight about the linker getting the new loader …
(edit) @74843   6 years vboxsync ldrPE: logging fix
(edit) @74760   6 years vboxsync IPRT/ldr/asn1/pkcs7: Ironed out issues in decoding indefinite ASN.1 …
(edit) @74721   6 years vboxsync IPRT/ldr: More Mach-O signing hacking. bugref:9232
(edit) @74707   6 years vboxsync IPRT/ldr: Started on Mach-O code signature verification. bugref:9232
(edit) @74638   6 years vboxsync IPRT: Initial adaption of the kstuff loader code. bugref:9232
(edit) @74452   6 years vboxsync IPRT/ldrPE: Be less uptight about the load config structure when …
(edit) @73758   6 years vboxsync IPRT/ldrPE: Fixed bug in Seg+Offset -> RVA translation method.
(edit) @73496   7 years vboxsync IPRT: Added single stack frame unwind function to RTDbgMod and RTLdr, …
(edit) @73494   7 years vboxsync IPRT: Added single stack frame unwind function to RTDbgMod and RTLdr, …
(edit) @73387   7 years vboxsync RTLdrQueryPropEx: RTLDRPROP_UNWIND_TABLE and RTLDRPROP_UNWIND_INFO for …
(edit) @73375   7 years vboxsync IPRT: Added RTLDRPROP_UNWIND_INFO to RTLdrQueryPropEx. Added …
(edit) @73150   7 years vboxsync VMM,DBGC,IPRT: In memory - VMM: Morphed part of the NT kernel digger …
(edit) @73097   7 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @70313   7 years vboxsync IPRT/ldr: Made RTLdrEnumSymbols report forwards with value …
(edit) @70312   7 years vboxsync IPRT/ldrPE: Set error info on header validation trouble. [build fix]
(edit) @70310   7 years vboxsync IPRT/ldrPE: Set error info on header validation trouble.
(edit) @70257   7 years vboxsync IPRT/ldrPE.cpp: Almost forgotten old linkers didn't set …
(edit) @69111   7 years vboxsync (C) year
(edit) @67948   8 years vboxsync pecoff,ldrPE: Another load config change surfaced in build 16237, …
(edit) @66367   8 years vboxsync IPRT: Added RTLDRPROP_INTERNAL_NAME to RTLdrQueryProp/RTLdrQueryPropEx …
(edit) @65240   8 years vboxsync pecoff.h,ldrPE.cpp: New IMAGE_LOAD_CONFIG_DIRECTORY structure in …
(edit) @64891   8 years vboxsync RTLdrQueryProp: Added RTLDRPROP_FILE_OFF_HEADER, implementing it for PE.
(edit) @64204   8 years vboxsync IPRT/ldrPE: New load config structures, ignoring non-zero values for …
(edit) @63561   8 years vboxsync scm: cleaning up todos
(edit) @62566   9 years vboxsync IPRT: More unused parameters.
(edit) @62564   9 years vboxsync IPRT: Mark unused parameters.
(edit) @62477   9 years vboxsync (C) 2016
(edit) @62448   9 years vboxsync IPRT: More MSC level 4 warning fixes.
(edit) @61936   9 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) @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) @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   10 years vboxsync Runtime: Formatting fixes, time.cpp being the most significant.
(edit) @56290   10 years vboxsync IPRT: Updated (C) year.
(edit) @55703   10 years vboxsync ldrPE.cpp: Fixed debug-loading regression introduced when adding …
(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) @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   11 years vboxsync SUP,IPRT: Implemented forwarder support in RTLdr and cleaned up some …
(edit) @52204   11 years vboxsync SUP,LDR: Changed RTLdrGetBits to allow not resolving imports. Combined …
(edit) @51914   11 years vboxsync hack
(edit) @51913   11 years vboxsync Plugged memory leak in rtldrPE_VerifySignatureValidateHash.
(edit) @51870   11 years vboxsync Another page has fix, this time for VBoxREM w/ debug info. (debug info …
(edit) @51868   11 years vboxsync Page hash fixes. Somehow using the wrong algorithm for determining how …
(edit) @51862   11 years vboxsync page hash updates.
(edit) @51837   11 years vboxsync gcc warning
(edit) @51770   11 years vboxsync Merged in iprt++ dev branch.
(edit) @49044   11 years vboxsync Darwin guest OS digger hacking in progress. Adding symbol cache util …
(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) @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) @46177   12 years vboxsync More symbols in disassembly, for PATM esp.
(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) @46149   12 years vboxsync IPRT: Dwarf and ELF fixes.
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