|
|
@93115
|
3 years |
vboxsync |
scm --update-copyright-year
|
|
|
@92113
|
3 years |
vboxsync |
IPRT/ldrElf: Fixed incorrect validation of unknown dynamic table …
|
|
|
@90803
|
3 years |
vboxsync |
Runtime: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
|
|
|
@90789
|
3 years |
vboxsync |
IPRT: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
|
|
|
@89969
|
3 years |
vboxsync |
Runtime/ldrELF: Add RTLDRPROP_BUILDID for querying the build-id of an …
|
|
|
@86551
|
4 years |
vboxsync |
SUPHardNt,IPRT: If there are nested signatures (i.e. more than one …
|
|
|
@86550
|
4 years |
vboxsync |
SUPHardNt,IPRT: If there are nested signatures (i.e. more than one …
|
|
|
@86549
|
4 years |
vboxsync |
SUPHardNt,IPRT: If there are nested signatures (i.e. more than one …
|
|
|
@85678
|
4 years |
vboxsync |
IPRT/ldrMachO.cpp: Fix SegInfo.cbMapping nil value and checking for …
|
|
|
@85556
|
4 years |
vboxsync |
IPRT/ldrELF: Fixed bug in segment enum and conversion for ET_REL …
|
|
|
@85540
|
4 years |
vboxsync |
IPRT/ldrELF: Fixed issue in GetNextAllocatedSection causing cbMapped …
|
|
|
@85525
|
4 years |
vboxsync |
IPRT/ldrELF: Fix for bogus cbMapped value returned for the last …
|
|
|
@85503
|
4 years |
vboxsync |
IPRT/ldrELF: Early support for loading ET_DYN images. Current code is …
|
|
|
@85501
|
4 years |
vboxsync |
IPRT/ldrELF: Early support for loading ET_DYN images. Current code is …
|
|
|
@85339
|
4 years |
vboxsync |
iprt/formats/mach-o.h,ldrMachO.cpp: New segment flag SG_READ_ONLY …
|
|
|
@85121
|
4 years |
vboxsync |
iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
|
|
|
@84509
|
5 years |
vboxsync |
iprt/cdefs.h,*: Introducing RT_FLEXIBLE_ARRAY_EXTENSION as a g++ hack …
|
|
|
@84361
|
5 years |
vboxsync |
IPRT/ldrPE: Found three new load config variations. V12 is what the …
|
|
|
@83539
|
5 years |
vboxsync |
IPRT/RTLdrLoadEx: Apply RTMEM_MAY_LEAK when RTLDRLOAD_FLAGS_NO_UNLOAD …
|
|
|
@83084
|
5 years |
vboxsync |
IPRT,DBGPlugInDarwin: Added flags for indicating that the LINKEDIT …
|
|
|
@83079
|
5 years |
vboxsync |
IPRT/ldrMachO: Ignore LC_BUILD_VERSION (harmless).
|
|
|
@82968
|
5 years |
vboxsync |
Copyright year updates by scm.
|
|
|
@81120
|
5 years |
vboxsync |
IPRT/ldrPE: Slienced import assertion for IN_SUP_HARDENED_R3 as it …
|
|
|
@80585
|
5 years |
vboxsync |
Runtime: Some renaming to stay consistent (*Get* always returns what …
|
|
|
@79559
|
5 years |
vboxsync |
IPRT/process-creation-posix.cpp: Try to dynamically resolve crypt_r on …
|
|
|
@79003
|
6 years |
vboxsync |
IPRT: Implemented rtldrNativeLoadSystem for posix systems. bugref:8352 …
|
|
|
@77971
|
6 years |
vboxsync |
Runtime/ldr: Make RTLDRREADER::pfnSize return an unsigned 64bit value …
|
|
|
@77941
|
6 years |
vboxsync |
Runtime/ldrELFRelocatable.cpp.h: several fixes
* Check that the …
|
|
|
@77185
|
6 years |
vboxsync |
Runtime/common/ldr: Fix memory leak caused by missing unmapping calls
|
|
|
@77121
|
6 years |
vboxsync |
IPRT: Two more license header cleanups.
|
|
|
@76553
|
6 years |
vboxsync |
scm --update-copyright-year
|
|
|
@76452
|
6 years |
vboxsync |
IPRT: Ran scm --fix-err-h. bugref:9344
|
|
|
@76408
|
6 years |
vboxsync |
iprt/string.h: Dropped including utf16.h and let those who need it …
|
|
|
@76346
|
6 years |
vboxsync |
*: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no …
|
|
|
@75703
|
6 years |
vboxsync |
IPRT/ldrMachO.cpp: Don't get upset about PIE executables when not …
|
|
|
@75235
|
6 years |
vboxsync |
IPRT: Starting to get somewhere with DWARF unwinding. bugref:3897
|
|
|
@75163
|
6 years |
vboxsync |
IPRT/dbg: Fixed a DWARF abbreviation cache bug, was calculating the …
|
|
|
@75085
|
6 years |
vboxsync |
IPRT/ldrPE: Must save Dir.Size to uOrgDir before updating it. duh. …
|
|
|
@75084
|
6 years |
vboxsync |
IPRT/ldrPE: Don't be uptight about the linker getting the new loader …
|
|
|
@75053
|
6 years |
vboxsync |
IPRT,SUPDrv: Made the verification code link, fixed a couple of …
|
|
|
@75049
|
6 years |
vboxsync |
IPRT,SUPDrv: Added cbImage parameter to FNRTLDRRDRMEMDTOR; sketched …
|
|
|
@74857
|
6 years |
vboxsync |
IPRT/ldr: Still need home-made GOT to load amd64 kext images, …
|
|
|
@74856
|
6 years |
vboxsync |
IPRT/ldr: Must check that JmpStubsRVA isn't NIL and not use it blindly …
|
|
|
@74844
|
6 years |
vboxsync |
IPRT/ldr: Working on applying fixups to non-object Mach-O binaries. …
|
|
|
@74843
|
6 years |
vboxsync |
ldrPE: logging fix
|
|
|
@74760
|
6 years |
vboxsync |
IPRT/ldr/asn1/pkcs7: Ironed out issues in decoding indefinite ASN.1 …
|
|
|
@74750
|
6 years |
vboxsync |
IPRT/ldr: More Mach-O signing hacking. bugref:9232
|
|
|
@74748
|
6 years |
vboxsync |
IPRT/ldr: More Mach-O signing hacking. bugref:9232
|
|
|
@74747
|
6 years |
vboxsync |
IPRT/ldr: More Mach-O signing hacking. bugref:9232
|
|
|
@74746
|
6 years |
vboxsync |
IPRT/ldr: More Mach-O signing hacking. bugref:9232
|
|
|
@74733
|
6 years |
vboxsync |
IPRT/ldr: More Mach-O code signing validation hacking. bugref:9232
|
|
|
@74727
|
6 years |
vboxsync |
IPRT/ldr: More hacking Mach-O code signatures. bugref:9232
|
|
|
@74726
|
6 years |
vboxsync |
IPRT/ldr: More hacking Mach-O code signatures. bugref:9232
|
|
|
@74724
|
6 years |
vboxsync |
Make scm happy. bugref:9232
|
|
|
@74721
|
6 years |
vboxsync |
IPRT/ldr: More Mach-O signing hacking. bugref:9232
|
|
|
@74707
|
6 years |
vboxsync |
IPRT/ldr: Started on Mach-O code signature verification. bugref:9232
|
|
|
@74676
|
6 years |
vboxsync |
IPRT/ldr: Mach-O underscore kludge. bugref:9232
|
|
|
@74664
|
6 years |
vboxsync |
common/ldr: add RT_FALL_THRU() to recently added files to fix build. …
|
|
|
@74656
|
6 years |
vboxsync |
IPRT/ldr: Working on parsing Mach-O code signing structures... bugref:9232
|
|
|
@74654
|
6 years |
vboxsync |
IPRT: More kStuff cleanup. bugref:9232
|
|
|
@74650
|
6 years |
vboxsync |
IPRT: Mach-O build fix. bugref:9232
|
|
|
@74647
|
6 years |
vboxsync |
IPRT: Fixed segment alignment bug in the mach-o code. bugref:9232
|
|
|
@74646
|
6 years |
vboxsync |
IPRT: More adjustments to the LX and Mach-O loader code from kStuff. …
|
|
|
@74645
|
6 years |
vboxsync |
IPRT: More adjustments to the LX and Mach-O loader code from kStuff. …
|
|
|
@74643
|
6 years |
vboxsync |
IPRT: More adjustments to the LX and Mach-O loader code from kStuff. …
|
|
|
@74642
|
6 years |
vboxsync |
IPRT: More adjustments to the LX and Mach-O loader code from kStuff. …
|
|
|
@74641
|
6 years |
vboxsync |
IPRT: More adjustments to the LX and Mach-O loader code from kStuff. …
|
|
|
@74640
|
6 years |
vboxsync |
IPRT: More adjustments to the LX and Mach-O loader code from kStuff. …
|
|
|
@74638
|
6 years |
vboxsync |
IPRT: Initial adaption of the kstuff loader code. bugref:9232
|
|
|
@74636
|
6 years |
vboxsync |
IPRT: Adding virgin copies of kLdrModMachO.c and kLdrModLX.c from …
|
|
|
@74452
|
6 years |
vboxsync |
IPRT/ldrPE: Be less uptight about the load config structure when …
|
|
|
@73759
|
6 years |
vboxsync |
IPRT/RTLdrQueryProp[Ex]: Fixed passing a uint32_t when querying …
|
|
|
@73758
|
6 years |
vboxsync |
IPRT/ldrPE: Fixed bug in Seg+Offset -> RVA translation method.
|
|
|
@73531
|
6 years |
vboxsync |
IPRT: Some work on stack unwinding using dwarf info. bugref:3897
|
|
|
@73496
|
6 years |
vboxsync |
IPRT: Added single stack frame unwind function to RTDbgMod and RTLdr, …
|
|
|
@73494
|
6 years |
vboxsync |
IPRT: Added single stack frame unwind function to RTDbgMod and RTLdr, …
|
|
|
@73442
|
6 years |
vboxsync |
IPRT/ldr: Added KCPUARCH_X86_16.
|
|
|
@73387
|
6 years |
vboxsync |
RTLdrQueryPropEx: RTLDRPROP_UNWIND_TABLE and RTLDRPROP_UNWIND_INFO for …
|
|
|
@73375
|
6 years |
vboxsync |
IPRT: Added RTLDRPROP_UNWIND_INFO to RTLdrQueryPropEx. Added …
|
|
|
@73150
|
6 years |
vboxsync |
VMM,DBGC,IPRT: In memory
- VMM: Morphed part of the NT kernel digger …
|
|
|
@73099
|
6 years |
vboxsync |
ldrELFRelocatable.cpp.h: Treat R_X86_64_PLT32 as PC32 to deal with …
|
|
|
@73097
|
6 years |
vboxsync |
*: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
|
|
|
@73086
|
6 years |
vboxsync |
ldrELFRelocatable.cpp.h: Treat R_X86_64_PLT32 as PC32 to deal with …
|
|
|
@70313
|
7 years |
vboxsync |
IPRT/ldr: Made RTLdrEnumSymbols report forwards with value …
|
|
|
@70312
|
7 years |
vboxsync |
IPRT/ldrPE: Set error info on header validation trouble. [build fix]
|
|
|
@70310
|
7 years |
vboxsync |
IPRT/ldrPE: Set error info on header validation trouble.
|
|
|
@70309
|
7 years |
vboxsync |
IPRT/ldr: Added VFS chain based loader open APIs.
|
|
|
@70257
|
7 years |
vboxsync |
IPRT/ldrPE.cpp: Almost forgotten old linkers didn't set …
|
|
|
@69474
|
7 years |
vboxsync |
*: scm updates - header files should have 'svn:keywords=Id Revision' …
|
|
|
@69437
|
7 years |
vboxsync |
IPRT: Use iprt/formats/elf*.h instead of the internal IPRT headers.
|
|
|
@69435
|
7 years |
vboxsync |
Debugger,DTrace,IPRT: Use iprt/formats/elf*.h instead of the internal …
|
|
|
@69111
|
7 years |
vboxsync |
(C) year
|
|
|
@69046
|
7 years |
vboxsync |
Global: replace fall-through comments with RT_FALL_THRU(). …
|
|
|
@67948
|
7 years |
vboxsync |
pecoff,ldrPE: Another load config change surfaced in build 16237, …
|
|
|
@66367
|
8 years |
vboxsync |
IPRT: Added RTLDRPROP_INTERNAL_NAME to RTLdrQueryProp/RTLdrQueryPropEx …
|
|
|
@65920
|
8 years |
vboxsync |
gcc 7: fall thru
|
|
|
@65240
|
8 years |
vboxsync |
pecoff.h,ldrPE.cpp: New IMAGE_LOAD_CONFIG_DIRECTORY structure in …
|
|
|
@65239
|
8 years |
vboxsync |
IPRT: Added RTLdrOpenEx that takes an optional RTERRINFO.
|
|
|
@64891
|
8 years |
vboxsync |
RTLdrQueryProp: Added RTLDRPROP_FILE_OFF_HEADER, implementing it for PE.
|
|
|
@64204
|
8 years |
vboxsync |
IPRT/ldrPE: New load config structures, ignoring non-zero values for …
|
|
|