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) @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   3 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   4 years vboxsync iprt/formats/mach-o.h,ldrMachO.cpp: New segment flag SG_READ_ONLY …
(edit) @85121   4 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   5 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. …
(edit) @74638   6 years vboxsync IPRT: Initial adaption of the kstuff loader code. bugref:9232
(edit) @74636   6 years vboxsync IPRT: Adding virgin copies of kLdrModMachO.c and kLdrModLX.c from …
(edit) @74452   6 years vboxsync IPRT/ldrPE: Be less uptight about the load config structure when …
(edit) @73759   6 years vboxsync IPRT/RTLdrQueryProp[Ex]: Fixed passing a uint32_t when querying …
(edit) @73758   6 years vboxsync IPRT/ldrPE: Fixed bug in Seg+Offset -> RVA translation method.
(edit) @73531   6 years vboxsync IPRT: Some work on stack unwinding using dwarf info. bugref:3897
(edit) @73496   6 years vboxsync IPRT: Added single stack frame unwind function to RTDbgMod and RTLdr, …
(edit) @73494   6 years vboxsync IPRT: Added single stack frame unwind function to RTDbgMod and RTLdr, …
(edit) @73442   6 years vboxsync IPRT/ldr: Added KCPUARCH_X86_16.
(edit) @73387   6 years vboxsync RTLdrQueryPropEx: RTLDRPROP_UNWIND_TABLE and RTLDRPROP_UNWIND_INFO for …
(edit) @73375   6 years vboxsync IPRT: Added RTLDRPROP_UNWIND_INFO to RTLdrQueryPropEx. Added …
(edit) @73150   6 years vboxsync VMM,DBGC,IPRT: In memory - VMM: Morphed part of the NT kernel digger …
(edit) @73099   6 years vboxsync ldrELFRelocatable.cpp.h: Treat R_X86_64_PLT32 as PC32 to deal with …
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @73086   6 years vboxsync ldrELFRelocatable.cpp.h: Treat R_X86_64_PLT32 as PC32 to deal with …
(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) @70309   7 years vboxsync IPRT/ldr: Added VFS chain based loader open APIs.
(edit) @70257   7 years vboxsync IPRT/ldrPE.cpp: Almost forgotten old linkers didn't set …
(edit) @69474   7 years vboxsync *: scm updates - header files should have 'svn:keywords=Id Revision' …
(edit) @69437   7 years vboxsync IPRT: Use iprt/formats/elf*.h instead of the internal IPRT headers.
(edit) @69435   7 years vboxsync Debugger,DTrace,IPRT: Use iprt/formats/elf*.h instead of the internal …
(edit) @69111   7 years vboxsync (C) year
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @67948   7 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) @65920   8 years vboxsync gcc 7: fall thru
(edit) @65240   8 years vboxsync pecoff.h,ldrPE.cpp: New IMAGE_LOAD_CONFIG_DIRECTORY structure in …
(edit) @65239   8 years vboxsync IPRT: Added RTLdrOpenEx that takes an optional RTERRINFO.
(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 …
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