Home
last modified time | relevance | path

Searched refs:DllCharacteristics (Results 1 – 25 of 705) sorted by relevance

12345678910>>...29

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/src/System/Reflection/PortableExecutable/
H A DPEHeaderBuilder.cs33 public DllCharacteristics DllCharacteristics { get; } property in System.Reflection.PortableExecutable.PEHeaderBuilder
61DllCharacteristics dllCharacteristics = DllCharacteristics.DynamicBase | DllCharacteristics.NxComp… in PEHeaderBuilder()
91 DllCharacteristics = dllCharacteristics; in PEHeaderBuilder()
H A DPEHeader.cs136 public DllCharacteristics DllCharacteristics { get; } property in System.Reflection.PortableExecutable.PEHeader
338 DllCharacteristics = (DllCharacteristics)reader.ReadUInt16(); in PEHeader()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/app/fpd/
H A Dfpdpeimage.pas197 Write(' DllCharacteristics: ', IntToHex(OH^.DllCharacteristics, 4), ' [');
198 …if OH^.DllCharacteristics and IMAGE_LIBRARY_PROCESS_INIT <> 0 then Write('PROC…
199 …if OH^.DllCharacteristics and IMAGE_LIBRARY_PROCESS_TERM <> 0 then Write('PROC…
200 …if OH^.DllCharacteristics and IMAGE_LIBRARY_THREAD_INIT <> 0 then Write('THRE…
201 …if OH^.DllCharacteristics and IMAGE_LIBRARY_THREAD_TERM <> 0 then Write('THRE…
202 …if OH^.DllCharacteristics and IMAGE_DLLCHARACTERISTICS_NO_ISOLATION <> 0 then Write('NO_I…
203 …if OH^.DllCharacteristics and IMAGE_DLLCHARACTERISTICS_NO_SEH <> 0 then Write('NO_S…
204 …if OH^.DllCharacteristics and IMAGE_DLLCHARACTERISTICS_NO_BIND <> 0 then Write('NO_B…
205 …if OH^.DllCharacteristics and IMAGE_DLLCHARACTERISTICS_WDM_DRIVER <> 0 then Write('WDM_…
206 …if OH^.DllCharacteristics and IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE <> 0 then Write('TERM…
/dports/editors/lazarus/lazarus/components/fpdebug/app/fpd/
H A Dfpdpeimage.pas197 Write(' DllCharacteristics: ', IntToHex(OH^.DllCharacteristics, 4), ' [');
198 …if OH^.DllCharacteristics and IMAGE_LIBRARY_PROCESS_INIT <> 0 then Write('PROC…
199 …if OH^.DllCharacteristics and IMAGE_LIBRARY_PROCESS_TERM <> 0 then Write('PROC…
200 …if OH^.DllCharacteristics and IMAGE_LIBRARY_THREAD_INIT <> 0 then Write('THRE…
201 …if OH^.DllCharacteristics and IMAGE_LIBRARY_THREAD_TERM <> 0 then Write('THRE…
202 …if OH^.DllCharacteristics and IMAGE_DLLCHARACTERISTICS_NO_ISOLATION <> 0 then Write('NO_I…
203 …if OH^.DllCharacteristics and IMAGE_DLLCHARACTERISTICS_NO_SEH <> 0 then Write('NO_S…
204 …if OH^.DllCharacteristics and IMAGE_DLLCHARACTERISTICS_NO_BIND <> 0 then Write('NO_B…
205 …if OH^.DllCharacteristics and IMAGE_DLLCHARACTERISTICS_WDM_DRIVER <> 0 then Write('WDM_…
206 …if OH^.DllCharacteristics and IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE <> 0 then Write('TERM…
/dports/editors/lazarus-qt5/lazarus/components/fpdebug/app/fpd/
H A Dfpdpeimage.pas197 Write(' DllCharacteristics: ', IntToHex(OH^.DllCharacteristics, 4), ' [');
198 …if OH^.DllCharacteristics and IMAGE_LIBRARY_PROCESS_INIT <> 0 then Write('PROC…
199 …if OH^.DllCharacteristics and IMAGE_LIBRARY_PROCESS_TERM <> 0 then Write('PROC…
200 …if OH^.DllCharacteristics and IMAGE_LIBRARY_THREAD_INIT <> 0 then Write('THRE…
201 …if OH^.DllCharacteristics and IMAGE_LIBRARY_THREAD_TERM <> 0 then Write('THRE…
202 …if OH^.DllCharacteristics and IMAGE_DLLCHARACTERISTICS_NO_ISOLATION <> 0 then Write('NO_I…
203 …if OH^.DllCharacteristics and IMAGE_DLLCHARACTERISTICS_NO_SEH <> 0 then Write('NO_S…
204 …if OH^.DllCharacteristics and IMAGE_DLLCHARACTERISTICS_NO_BIND <> 0 then Write('NO_B…
205 …if OH^.DllCharacteristics and IMAGE_DLLCHARACTERISTICS_WDM_DRIVER <> 0 then Write('WDM_…
206 …if OH^.DllCharacteristics and IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE <> 0 then Write('TERM…
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/app/fpd/
H A Dfpdpeimage.pas197 Write(' DllCharacteristics: ', IntToHex(OH^.DllCharacteristics, 4), ' [');
198 …if OH^.DllCharacteristics and IMAGE_LIBRARY_PROCESS_INIT <> 0 then Write('PROC…
199 …if OH^.DllCharacteristics and IMAGE_LIBRARY_PROCESS_TERM <> 0 then Write('PROC…
200 …if OH^.DllCharacteristics and IMAGE_LIBRARY_THREAD_INIT <> 0 then Write('THRE…
201 …if OH^.DllCharacteristics and IMAGE_LIBRARY_THREAD_TERM <> 0 then Write('THRE…
202 …if OH^.DllCharacteristics and IMAGE_DLLCHARACTERISTICS_NO_ISOLATION <> 0 then Write('NO_I…
203 …if OH^.DllCharacteristics and IMAGE_DLLCHARACTERISTICS_NO_SEH <> 0 then Write('NO_S…
204 …if OH^.DllCharacteristics and IMAGE_DLLCHARACTERISTICS_NO_BIND <> 0 then Write('NO_B…
205 …if OH^.DllCharacteristics and IMAGE_DLLCHARACTERISTICS_WDM_DRIVER <> 0 then Write('WDM_…
206 …if OH^.DllCharacteristics and IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE <> 0 then Write('TERM…
/dports/security/py-ropper/Ropper-1.13.6/ropper/loaders/
H A Dpe.py101 …self._binary.imageNtHeaders.header.OptionalHeader.DllCharacteristics |= pe.ImageDllCharacteristics…
103 …self._binary.imageNtHeaders.header.OptionalHeader.DllCharacteristics &= ~pe.ImageDllCharacteristic…
108 …self._binary.imageNtHeaders.header.OptionalHeader.DllCharacteristics |= pe.ImageDllCharacteristics…
110 …self._binary.imageNtHeaders.header.OptionalHeader.DllCharacteristics &= ~pe.ImageDllCharacteristic…
119 …'ASLR' : self.imageNtHeaders.OptionalHeader.DllCharacteristics & ImageDllCharacteristics.DYNAMIC_B…
120 …'DEP' : self.imageNtHeaders.OptionalHeader.DllCharacteristics & ImageDllCharacteristics.NX_COMPAT …
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/checkbins/
H A Dcheckbins.py84 if pe.OPTIONAL_HEADER.DllCharacteristics & DYNAMICBASE_FLAG:
92 if pe.OPTIONAL_HEADER.DllCharacteristics & NXCOMPAT_FLAG:
107 if (pe.OPTIONAL_HEADER.DllCharacteristics & NO_SEH_FLAG or
133 if pe.OPTIONAL_HEADER.DllCharacteristics & GUARD_CF_FLAG:
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/checkbins/
H A Dcheckbins.py63 if pe.OPTIONAL_HEADER.DllCharacteristics & DYNAMICBASE_FLAG:
71 if pe.OPTIONAL_HEADER.DllCharacteristics & NXCOMPAT_FLAG:
86 if (pe.OPTIONAL_HEADER.DllCharacteristics & NO_SEH_FLAG or
/dports/lang/gcc8/gcc-8.5.0/libgo/go/debug/pe/
H A Dpe.go46 DllCharacteristics uint16 member
79 DllCharacteristics uint16 member
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/debug/pe/
H A Dpe.go46 DllCharacteristics uint16 member
79 DllCharacteristics uint16 member
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/debug/pe/
H A Dpe.go46 DllCharacteristics uint16 member
79 DllCharacteristics uint16 member
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/debug/pe/
H A Dpe.go46 DllCharacteristics uint16 member
79 DllCharacteristics uint16 member
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/debug/pe/
H A Dpe.go46 DllCharacteristics uint16 member
79 DllCharacteristics uint16 member
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/debug/pe/
H A Dpe.go46 DllCharacteristics uint16 member
79 DllCharacteristics uint16 member
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/debug/pe/
H A Dpe.go46 DllCharacteristics uint16 member
79 DllCharacteristics uint16 member
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/debug/pe/
H A Dpe.go46 DllCharacteristics uint16 member
79 DllCharacteristics uint16 member
/dports/lang/gcc10/gcc-10.3.0/libgo/go/debug/pe/
H A Dpe.go46 DllCharacteristics uint16 member
79 DllCharacteristics uint16 member
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/debug/pe/
H A Dpe.go46 DllCharacteristics uint16 member
79 DllCharacteristics uint16 member
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/debug/pe/
H A Dpe.go46 DllCharacteristics uint16 member
79 DllCharacteristics uint16 member
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/debug/pe/
H A Dpe.go46 DllCharacteristics uint16 member
79 DllCharacteristics uint16 member
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/debug/pe/
H A Dpe.go46 DllCharacteristics uint16 member
79 DllCharacteristics uint16 member
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/debug/pe/
H A Dpe.go46 DllCharacteristics uint16
79 DllCharacteristics uint16
/dports/lang/gcc9/gcc-9.4.0/libgo/go/debug/pe/
H A Dpe.go46 DllCharacteristics uint16 member
79 DllCharacteristics uint16 member
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/debug/pe/
H A Dpe.go46 DllCharacteristics uint16 member
79 DllCharacteristics uint16 member

12345678910>>...29