MCPcopy Create free account
hub / github.com/T3nb3w/ComDotNetExploit / GetSafeArrayLen

Function GetSafeArrayLen

Bypass_COM_PPL/dotnet_interop.cpp:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "dotnet_interop.h"
3
4long GetSafeArrayLen(LPSAFEARRAY psa) {
5 long ubound = 0;
6 SafeArrayGetUBound(psa, 1, &ubound);
7 return ubound + 1;
8}
9
10mscorlib::_MethodInfoPtr DotNetInterop::GetStaticMethod(mscorlib::_TypePtr type, LPCWSTR methodName, int pcount) {
11

Callers 2

GetStaticMethodMethod · 0.85
GetStaticMethodLoadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected