summaryrefslogtreecommitdiff
path: root/include/iprt/ldr.h
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-1/+0
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* IPRT/ldr: Changed RTLdrHashImage to return the hash rather than the digest st...vboxsync2022-07-131-3/+17
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* iprt/ldr.h: alignmentvboxsync2021-12-061-2/+2
* Runtime/ldrELF: Add RTLDRPROP_BUILDID for querying the build-id of an ELF binaryvboxsync2021-06-301-0/+3
* SUPHardNt,IPRT: If there are nested signatures (i.e. more than one signature)...vboxsync2020-10-131-2/+0
* SUPHardNt,IPRT: If there are nested signatures (i.e. more than one signature)...vboxsync2020-10-121-10/+36
* iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as DECLCALLB...vboxsync2020-07-081-18/+18
* IPRT,DBGPlugInDarwin: Added flags for indicating that the __LINKEDIT segment ...vboxsync2020-02-151-1/+3
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* IPRT/process-creation-posix.cpp: Try to dynamically resolve crypt_r on linux....vboxsync2019-07-051-3/+48
* Runtime/ldr: Make RTLDRREADER::pfnSize return an unsigned 64bit value instead...vboxsync2019-04-011-1/+1
* *: scm --fix-header-guard-endifvboxsync2019-01-011-1/+1
* include/iprt: Use IPRT_INCLUDED_ rather than ___iprt_ as header guard prefix,...vboxsync2019-01-011-2/+2
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* /include: scm --fix-header-guards. bugref:9344vboxsync2018-12-301-0/+3
* IPRT,SUPDrv: Added cbImage parameter to FNRTLDRRDRMEMDTOR; sketched the basic...vboxsync2018-10-241-1/+2
* iprt/ldr.h: Forgot to remove RTLdrOpenkLdr prototype. bugref:9232vboxsync2018-10-241-12/+0
* IPRT/ldr/asn1/pkcs7: Ironed out issues in decoding indefinite ASN.1 length re...vboxsync2018-10-111-0/+5
* IPRT/ldr: Started on Mach-O code signature verification. bugref:9232vboxsync2018-10-091-1/+2
* IPRT: More kStuff cleanup. bugref:9232vboxsync2018-10-071-16/+0
* IPRT/ldr: Added RTLDRLOAD_FLAGS_NO_SUFFIX flag for enabling loading framework...vboxsync2018-09-131-1/+3
* IPRT: Added single stack frame unwind function to RTDbgMod and RTLdr, copying...vboxsync2018-08-041-10/+10
* IPRT: Added single stack frame unwind function to RTDbgMod and RTLdr, copying...vboxsync2018-08-041-0/+23
* IPRT/ldr: Added KCPUARCH_X86_16.vboxsync2018-08-021-0/+2
* RTLdrQueryPropEx: RTLDRPROP_UNWIND_TABLE and RTLDRPROP_UNWIND_INFO for gettin...vboxsync2018-07-271-3/+8
* IPRT: Added RTLDRPROP_UNWIND_INFO to RTLdrQueryPropEx. Added RTDbgModImageQue...vboxsync2018-07-271-0/+4
* VMM,DBGC,IPRT: In memoryvboxsync2018-07-161-1/+22
* IPRT/ldr: Made RTLdrEnumSymbols report forwards with value RTLDR_ENUM_SYMBOL_...vboxsync2017-12-221-3/+11
* IPRT/ldr: Added VFS chain based loader open APIs.vboxsync2017-12-221-0/+31
* include/iprt/: (C) yearvboxsync2017-10-171-1/+1
* IPRT: Added RTLDRPROP_INTERNAL_NAME to RTLdrQueryProp/RTLdrQueryPropEx and im...vboxsync2017-03-301-0/+5
* IPRT: Added RTLdrOpenEx that takes an optional RTERRINFO.vboxsync2017-01-111-1/+13
* RTLdrQueryProp: Added RTLDRPROP_FILE_OFF_HEADER, implementing it for PE.vboxsync2016-12-151-0/+3
* (C) 2016vboxsync2016-07-221-1/+1
* *: Doxygen fixes.vboxsync2015-10-091-3/+3
* iprt: More doxygen corrections.vboxsync2015-09-291-5/+5
* IPRT: Doxygen clenaups (mostly).vboxsync2015-09-281-9/+9
* RTLdrLoad[Ex]/NT: Reimplemented backend with proper unicode conversion and ad...vboxsync2015-06-091-4/+8
* include: Updated (C) year.vboxsync2015-06-091-1/+1
* RTLdr: Added RTLDR_O_IGNORE_ARCH_IF_NO_CODE for PE resource dlls and RTLDR_O_...vboxsync2015-01-151-3/+7
* SUP,IPRT: Extended RTLdrQueryPropEx with a pvBits parameter, RTLDRPROP_IMPORT...vboxsync2014-08-181-5/+16
* SUP,IPRT: Implemented forwarder support in RTLdr and cleaned up some the ordi...vboxsync2014-07-281-3/+48
* Merged in iprt++ dev branch.vboxsync2014-07-011-2/+210
* Darwin guest OS digger hacking in progress. Adding symbol cache util to iprt ...vboxsync2013-10-111-0/+36
* updatesvboxsync2013-06-171-1/+49
* ldr.h,ldrPE.cpp: Report COFF debug type. Correctly report cbImage for CodeView.vboxsync2013-05-261-2/+4
* IPRT: Changed RTLDRSEG::pchName to pszName and make sure it's always set to s...vboxsync2013-05-251-2/+2