Home
last modified time | relevance | path

Searched refs:DllPath (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/dports/devel/capstone4/capstone-4.0.2/bindings/powershell/Capstone/
H A DCapstone.psm133 throw "Capstone DLL is missing: $DllPath" in Initialize-Capstone() variable
37 [string]$DllPath in Initialize-Capstone() variable
41 $DllPath = $DllPath.Replace('\', '\\') in Initialize-Capstone() variable
134 [DllImport("$DllPath")] in Initialize-Capstone() variable
140 [DllImport("$DllPath")] in Initialize-Capstone() variable
149 [DllImport("$DllPath")] in Initialize-Capstone() variable
154 [DllImport("$DllPath")] in Initialize-Capstone() variable
158 [DllImport("$DllPath")] in Initialize-Capstone() variable
164 [DllImport("$DllPath", CallingConvention = CallingConvention.Cdecl)] in Initialize-Capstone() variable
169 [DllImport("$DllPath")] in Initialize-Capstone() variable
[all …]
/dports/emulators/qemu/qemu-6.2.0/capstone/bindings/powershell/Capstone/
H A DCapstone.psm133 throw "Capstone DLL is missing: $DllPath" in Initialize-Capstone() variable
37 [string]$DllPath in Initialize-Capstone() variable
41 $DllPath = $DllPath.Replace('\', '\\') in Initialize-Capstone() variable
134 [DllImport("$DllPath")] in Initialize-Capstone() variable
140 [DllImport("$DllPath")] in Initialize-Capstone() variable
149 [DllImport("$DllPath")] in Initialize-Capstone() variable
154 [DllImport("$DllPath")] in Initialize-Capstone() variable
158 [DllImport("$DllPath")] in Initialize-Capstone() variable
164 [DllImport("$DllPath", CallingConvention = CallingConvention.Cdecl)] in Initialize-Capstone() variable
169 [DllImport("$DllPath")] in Initialize-Capstone() variable
[all …]
/dports/emulators/qemu60/qemu-6.0.0/capstone/bindings/powershell/Capstone/
H A DCapstone.psm133 throw "Capstone DLL is missing: $DllPath" in Initialize-Capstone() variable
37 [string]$DllPath in Initialize-Capstone() variable
41 $DllPath = $DllPath.Replace('\', '\\') in Initialize-Capstone() variable
134 [DllImport("$DllPath")] in Initialize-Capstone() variable
140 [DllImport("$DllPath")] in Initialize-Capstone() variable
149 [DllImport("$DllPath")] in Initialize-Capstone() variable
154 [DllImport("$DllPath")] in Initialize-Capstone() variable
158 [DllImport("$DllPath")] in Initialize-Capstone() variable
164 [DllImport("$DllPath", CallingConvention = CallingConvention.Cdecl)] in Initialize-Capstone() variable
169 [DllImport("$DllPath")] in Initialize-Capstone() variable
[all …]
/dports/emulators/qemu5/qemu-5.2.0/capstone/bindings/powershell/Capstone/
H A DCapstone.psm133 throw "Capstone DLL is missing: $DllPath" in Initialize-Capstone() variable
37 [string]$DllPath in Initialize-Capstone() variable
41 $DllPath = $DllPath.Replace('\', '\\') in Initialize-Capstone() variable
134 [DllImport("$DllPath")] in Initialize-Capstone() variable
140 [DllImport("$DllPath")] in Initialize-Capstone() variable
149 [DllImport("$DllPath")] in Initialize-Capstone() variable
154 [DllImport("$DllPath")] in Initialize-Capstone() variable
158 [DllImport("$DllPath")] in Initialize-Capstone() variable
164 [DllImport("$DllPath", CallingConvention = CallingConvention.Cdecl)] in Initialize-Capstone() variable
169 [DllImport("$DllPath")] in Initialize-Capstone() variable
[all …]
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/depends/capstone/bindings/powershell/Capstone/
H A DCapstone.psm133 throw "Capstone DLL is missing: $DllPath" in Initialize-Capstone() variable
37 [string]$DllPath in Initialize-Capstone() variable
41 $DllPath = $DllPath.Replace('\', '\\') in Initialize-Capstone() variable
134 [DllImport("$DllPath")] in Initialize-Capstone() variable
140 [DllImport("$DllPath")] in Initialize-Capstone() variable
149 [DllImport("$DllPath")] in Initialize-Capstone() variable
154 [DllImport("$DllPath")] in Initialize-Capstone() variable
158 [DllImport("$DllPath")] in Initialize-Capstone() variable
164 [DllImport("$DllPath", CallingConvention = CallingConvention.Cdecl)] in Initialize-Capstone() variable
169 [DllImport("$DllPath")] in Initialize-Capstone() variable
[all …]
/dports/devel/capstone3/capstone-3.0.5/bindings/powershell/Capstone/
H A DCapstone.psm1143 $DllPath = $($PSScriptRoot + '\Lib\Capstone\capstone.dll').Replace('\','\\') in Get-CapstoneDisassembly() variable
146 if (![IO.File]::Exists($DllPath)) { in Get-CapstoneDisassembly() variable
241 [DllImport("$DllPath")] in Get-CapstoneDisassembly() variable
247 [DllImport("$DllPath")] in Get-CapstoneDisassembly() variable
256 [DllImport("$DllPath")] in Get-CapstoneDisassembly() variable
261 [DllImport("$DllPath")] in Get-CapstoneDisassembly() variable
265 [DllImport("$DllPath")] in Get-CapstoneDisassembly() variable
271 [DllImport("$DllPath", CallingConvention = CallingConvention.Cdecl)] in Get-CapstoneDisassembly() variable
276 [DllImport("$DllPath")] in Get-CapstoneDisassembly() variable
/dports/emulators/qemu42/qemu-4.2.1/capstone/bindings/powershell/Capstone/
H A DCapstone.psm1143 $DllPath = $($PSScriptRoot + '\Lib\Capstone\capstone.dll').Replace('\','\\') in Get-CapstoneDisassembly() variable
146 if (![IO.File]::Exists($DllPath)) { in Get-CapstoneDisassembly() variable
241 [DllImport("$DllPath")] in Get-CapstoneDisassembly() variable
247 [DllImport("$DllPath")] in Get-CapstoneDisassembly() variable
256 [DllImport("$DllPath")] in Get-CapstoneDisassembly() variable
261 [DllImport("$DllPath")] in Get-CapstoneDisassembly() variable
265 [DllImport("$DllPath")] in Get-CapstoneDisassembly() variable
271 [DllImport("$DllPath", CallingConvention = CallingConvention.Cdecl)] in Get-CapstoneDisassembly() variable
276 [DllImport("$DllPath")] in Get-CapstoneDisassembly() variable
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/capstone/bindings/powershell/Capstone/
H A DCapstone.psm1143 $DllPath = $($PSScriptRoot + '\Lib\Capstone\capstone.dll').Replace('\','\\') in Get-CapstoneDisassembly() variable
146 if (![IO.File]::Exists($DllPath)) { in Get-CapstoneDisassembly() variable
241 [DllImport("$DllPath")] in Get-CapstoneDisassembly() variable
247 [DllImport("$DllPath")] in Get-CapstoneDisassembly() variable
256 [DllImport("$DllPath")] in Get-CapstoneDisassembly() variable
261 [DllImport("$DllPath")] in Get-CapstoneDisassembly() variable
265 [DllImport("$DllPath")] in Get-CapstoneDisassembly() variable
271 [DllImport("$DllPath", CallingConvention = CallingConvention.Cdecl)] in Get-CapstoneDisassembly() variable
276 [DllImport("$DllPath")] in Get-CapstoneDisassembly() variable
/dports/emulators/qemu-utils/qemu-4.2.1/capstone/bindings/powershell/Capstone/
H A DCapstone.psm1143 $DllPath = $($PSScriptRoot + '\Lib\Capstone\capstone.dll').Replace('\','\\') in Get-CapstoneDisassembly() variable
146 if (![IO.File]::Exists($DllPath)) { in Get-CapstoneDisassembly() variable
241 [DllImport("$DllPath")] in Get-CapstoneDisassembly() variable
247 [DllImport("$DllPath")] in Get-CapstoneDisassembly() variable
256 [DllImport("$DllPath")] in Get-CapstoneDisassembly() variable
261 [DllImport("$DllPath")] in Get-CapstoneDisassembly() variable
265 [DllImport("$DllPath")] in Get-CapstoneDisassembly() variable
271 [DllImport("$DllPath", CallingConvention = CallingConvention.Cdecl)] in Get-CapstoneDisassembly() variable
276 [DllImport("$DllPath")] in Get-CapstoneDisassembly() variable
/dports/emulators/qemu-guest-agent/qemu-5.0.1/capstone/bindings/powershell/Capstone/
H A DCapstone.psm1143 $DllPath = $($PSScriptRoot + '\Lib\Capstone\capstone.dll').Replace('\','\\')
146 if (![IO.File]::Exists($DllPath)) {
241 [DllImport("$DllPath")]
247 [DllImport("$DllPath")]
256 [DllImport("$DllPath")]
261 [DllImport("$DllPath")]
265 [DllImport("$DllPath")]
271 [DllImport("$DllPath", CallingConvention = CallingConvention.Cdecl)]
276 [DllImport("$DllPath")]
/dports/security/sqlninja/sqlninja-0.2.6/sources/
H A Dvdmallowed.c97 BOOL InjectDLLIntoProcess(PCHAR DllPath, HANDLE ProcessHandle, PHANDLE RemoteThread);
322 static BOOL InjectDLLIntoProcess(PCHAR DllPath, HANDLE ProcessHandle, PHANDLE RemoteThread) in InjectDLLIntoProcess() argument
328 assert(DllPath); in InjectDLLIntoProcess()
332 …if ((RemotePage = VirtualAllocEx(ProcessHandle, NULL, strlen(DllPath) + 1, MEM_COMMIT, PAGE_READWR… in InjectDLLIntoProcess()
338 if (WriteProcessMemory(ProcessHandle, RemotePage, DllPath, strlen(DllPath), NULL) == FALSE) { in InjectDLLIntoProcess()
346 DllPath, in InjectDLLIntoProcess()
347 strlen(DllPath)); in InjectDLLIntoProcess()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dimagehlp.h70 WINBOOL IMAGEAPI BindImage(PCSTR ImageName,PCSTR DllPath,PCSTR SymbolPath);
71 …WINBOOL IMAGEAPI BindImageEx(DWORD Flags,PCSTR ImageName,PCSTR DllPath,PCSTR SymbolPath,PIMAGEHLP_…
97 PLOADED_IMAGE IMAGEAPI ImageLoad(PCSTR DllName,PCSTR DllPath);
99 …WINBOOL IMAGEAPI MapAndLoad(PCSTR ImageName,PCSTR DllPath,PLOADED_IMAGE LoadedImage,WINBOOL DotDll…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dimagehlp.h70 WINBOOL IMAGEAPI BindImage(PCSTR ImageName,PCSTR DllPath,PCSTR SymbolPath);
71 …WINBOOL IMAGEAPI BindImageEx(DWORD Flags,PCSTR ImageName,PCSTR DllPath,PCSTR SymbolPath,PIMAGEHLP_…
97 PLOADED_IMAGE IMAGEAPI ImageLoad(PCSTR DllName,PCSTR DllPath);
99 …WINBOOL IMAGEAPI MapAndLoad(PCSTR ImageName,PCSTR DllPath,PLOADED_IMAGE LoadedImage,WINBOOL DotDll…
/dports/www/wt/wt-4.6.1/src/isapi/
H A DServer.C88 char DllPath[_MAX_PATH]; in serverEntry() local
89 char *pDllPath = DllPath; in serverEntry()
90 GetModuleFileName(module, DllPath, _MAX_PATH); in serverEntry()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/elastic/go-windows/
H A Dntdll.go103 DllPath UnicodeString member
/dports/net/traefik/traefik-2.6.1/vendor/github.com/elastic/go-windows/
H A Dntdll.go103 DllPath UnicodeString member
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/psutil/psutil/arch/windows/
H A Dntextapi.h305 UNICODE_STRING DllPath; member
400 UNICODE_STRING32 DllPath; member
455 UNICODE_STRING64 DllPath; member
/dports/sysutils/R-cran-ps/ps/src/arch/windows/
H A Dprocess_info.c29 UNICODE_STRING DllPath; member
71 UNICODE_STRING32 DllPath; member
128 UNICODE_STRING64 DllPath; member
/dports/sysutils/py-psutil/psutil-5.8.0/psutil/arch/windows/
H A Dntextapi.h358 UNICODE_STRING DllPath; member
478 UNICODE_STRING32 DllPath; member
533 UNICODE_STRING64 DllPath; member
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/psutil/psutil/arch/windows/
H A Dprocess_info.c38 UNICODE_STRING DllPath; member
80 UNICODE_STRING32 DllPath; member
137 UNICODE_STRING64 DllPath; member
/dports/editors/cudatext/CudaText-1.151.0/python4lazarus/demos_lazarus/Python_Thread/
H A Dunit1.lfm76 DllPath = 'M:/dev/python38'
/dports/misc/broot/broot-1.7.0/cargo-crates/ntapi-0.3.6/src/
H A Dntldr.rs208 DllPath: PWSTR,
217 DllPath: PWSTR,
228 DllPath: PWSTR,
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/ntapi-0.3.6/src/
H A Dntldr.rs208 DllPath: PWSTR,
217 DllPath: PWSTR,
228 DllPath: PWSTR,
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/ntapi-0.3.6/src/
H A Dntldr.rs208 DllPath: PWSTR,
217 DllPath: PWSTR,
228 DllPath: PWSTR,
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/ntapi-0.3.6/src/
H A Dntldr.rs208 DllPath: PWSTR,
217 DllPath: PWSTR,
228 DllPath: PWSTR,

12345678910>>...12