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) @107120   2 months vboxsync Runtime/ldr/ldrELFRelocatable.cpp.h: Add support for aarch64 ELF …
(edit) @106861   2 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   3 months vboxsync IPRT/ldrPE: Fixed bug in the page hashing code getting the offset of …
(edit) @106061   4 months vboxsync Copyright year updates by scm.
(edit) @104680   8 months vboxsync Runtime/common/ldr/ldrPE.cpp: Recognize and open arm64 PE binaries …
(edit) @103353   11 months vboxsync IPRT/ldrLX: Try trick parfait so it doesn't complain about …
(edit) @103005   12 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @102284   14 months vboxsync IPRT/ldr: Corrected segment flag conversion for LX images. bugref:10371
(edit) @102276   14 months vboxsync IPRT/ldr: Added RTLdrLxSetSegmentSelectors. bugref:10371
(edit) @102156   14 months vboxsync IPRT/ldrLX: Must always apply internal fixups after loading the bits, …
(edit) @100442   19 months vboxsync IPRT,OpenSSL: Support ECDSA for verficiation purposes when IPRT links …
(edit) @99775   21 months vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99758   21 months vboxsync IPRT: Make doxygen 1.9.6 happy. Mostly removing duplicate docs (iprt …
(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) @98002   2 years vboxsync Runtime/ldr/ldrELFRelocatable: Fix groking ELF binaries with DT_DEBUG …
(edit) @97955   2 years vboxsync IPRT: Warnings (add/linux).
(edit) @97875   2 years vboxsync IPRT/ldrPE: Corrections to mke tstLdr-4 pass.
(edit) @96857   2 years vboxsync IPRT/ldrELF: Fixed bug in rtldrELFLnxKModHashImage. bugref:10287
(edit) @96779   2 years vboxsync IPRT/ldrELF: Added some basic linux kernel signature support, …
(edit) @96777   2 years vboxsync RTSignTool,IPRT/ldrPE.cpp: Corrected incorrect signature alignment …
(edit) @96757   2 years vboxsync IPRT/ldrELF: Added some basic linux kernel signature support, …
(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) @94869   3 years vboxsync IPRT/ldr: Minimal MachO/ARM64 read support to make RTSignTool work. …
(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) @92113   3 years vboxsync IPRT/ldrElf: Fixed incorrect validation of unknown dynamic table …
(edit) @90803   3 years vboxsync Runtime: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90789   3 years vboxsync IPRT: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @89969   4 years vboxsync Runtime/ldrELF: Add RTLDRPROP_BUILDID for querying the build-id of an …
(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) @85678   4 years vboxsync IPRT/ldrMachO.cpp: Fix SegInfo.cbMapping nil value and checking for …
(edit) @85556   4 years vboxsync IPRT/ldrELF: Fixed bug in segment enum and conversion for ET_REL …
(edit) @85540   4 years vboxsync IPRT/ldrELF: Fixed issue in GetNextAllocatedSection causing cbMapped …
(edit) @85525   4 years vboxsync IPRT/ldrELF: Fix for bogus cbMapped value returned for the last …
(edit) @85503   4 years vboxsync IPRT/ldrELF: Early support for loading ET_DYN images. Current code is …
(edit) @85501   4 years vboxsync IPRT/ldrELF: Early support for loading ET_DYN images. Current code is …
(edit) @85339   5 years vboxsync iprt/formats/mach-o.h,ldrMachO.cpp: New segment flag SG_READ_ONLY …
(edit) @85121   5 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @84509   5 years vboxsync iprt/cdefs.h,*: Introducing RT_FLEXIBLE_ARRAY_EXTENSION as a g++ hack …
(edit) @84361   5 years vboxsync IPRT/ldrPE: Found three new load config variations. V12 is what the …
(edit) @83539   5 years vboxsync IPRT/RTLdrLoadEx: Apply RTMEM_MAY_LEAK when RTLDRLOAD_FLAGS_NO_UNLOAD …
(edit) @83084   5 years vboxsync IPRT,DBGPlugInDarwin: Added flags for indicating that the LINKEDIT …
(edit) @83079   5 years vboxsync IPRT/ldrMachO: Ignore LC_BUILD_VERSION (harmless).
(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) @80585   5 years vboxsync Runtime: Some renaming to stay consistent (*Get* always returns what …
(edit) @79559   6 years vboxsync IPRT/process-creation-posix.cpp: Try to dynamically resolve crypt_r on …
(edit) @79003   6 years vboxsync IPRT: Implemented rtldrNativeLoadSystem for posix systems. bugref:8352 …
(edit) @77971   6 years vboxsync Runtime/ldr: Make RTLDRREADER::pfnSize return an unsigned 64bit value …
(edit) @77941   6 years vboxsync Runtime/ldrELFRelocatable.cpp.h: several fixes * Check that the …
(edit) @77185   6 years vboxsync Runtime/common/ldr: Fix memory leak caused by missing unmapping calls
(edit) @77121   6 years vboxsync IPRT: Two more license header cleanups.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76452   6 years vboxsync IPRT: Ran scm --fix-err-h. bugref:9344
(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) @75703   6 years vboxsync IPRT/ldrMachO.cpp: Don't get upset about PIE executables when not …
(edit) @75235   6 years vboxsync IPRT: Starting to get somewhere with DWARF unwinding. bugref:3897
(edit) @75163   6 years vboxsync IPRT/dbg: Fixed a DWARF abbreviation cache bug, was calculating the …
(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) @75053   6 years vboxsync IPRT,SUPDrv: Made the verification code link, fixed a couple of …
(edit) @75049   6 years vboxsync IPRT,SUPDrv: Added cbImage parameter to FNRTLDRRDRMEMDTOR; sketched …
(edit) @74857   6 years vboxsync IPRT/ldr: Still need home-made GOT to load amd64 kext images, …
(edit) @74856   6 years vboxsync IPRT/ldr: Must check that JmpStubsRVA isn't NIL and not use it blindly …
(edit) @74844   6 years vboxsync IPRT/ldr: Working on applying fixups to non-object Mach-O binaries. …
(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) @74750   6 years vboxsync IPRT/ldr: More Mach-O signing hacking. bugref:9232
(edit) @74748   6 years vboxsync IPRT/ldr: More Mach-O signing hacking. bugref:9232
(edit) @74747   6 years vboxsync IPRT/ldr: More Mach-O signing hacking. bugref:9232
(edit) @74746   6 years vboxsync IPRT/ldr: More Mach-O signing hacking. bugref:9232
(edit) @74733   6 years vboxsync IPRT/ldr: More Mach-O code signing validation hacking. bugref:9232
(edit) @74727   6 years vboxsync IPRT/ldr: More hacking Mach-O code signatures. bugref:9232
(edit) @74726   6 years vboxsync IPRT/ldr: More hacking Mach-O code signatures. bugref:9232
(edit) @74724   6 years vboxsync Make scm happy. bugref:9232
(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) @74676   6 years vboxsync IPRT/ldr: Mach-O underscore kludge. bugref:9232
(edit) @74664   6 years vboxsync common/ldr: add RT_FALL_THRU() to recently added files to fix build. …
(edit) @74656   6 years vboxsync IPRT/ldr: Working on parsing Mach-O code signing structures... bugref:9232
(edit) @74654   6 years vboxsync IPRT: More kStuff cleanup. bugref:9232
(edit) @74650   6 years vboxsync IPRT: Mach-O build fix. bugref:9232
(edit) @74647   6 years vboxsync IPRT: Fixed segment alignment bug in the mach-o code. bugref:9232
(edit) @74646   6 years vboxsync IPRT: More adjustments to the LX and Mach-O loader code from kStuff. …
(edit) @74645   6 years vboxsync IPRT: More adjustments to the LX and Mach-O loader code from kStuff. …
(edit) @74643   6 years vboxsync IPRT: More adjustments to the LX and Mach-O loader code from kStuff. …
(edit) @74642   6 years vboxsync IPRT: More adjustments to the LX and Mach-O loader code from kStuff. …
(edit) @74641   6 years vboxsync IPRT: More adjustments to the LX and Mach-O loader code from kStuff. …
(edit) @74640   6 years vboxsync IPRT: More adjustments to the LX and Mach-O loader code from kStuff. …
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