MCPcopy Create free account
hub / github.com/ac3ss0r/obfusheader.h / call_export_test

Function call_export_test

tests/cpp_tests.cpp:74–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73
74 EXPORT void call_export_test() {
75 #ifdef _WINDOWS
76 if (CALL_EXPORT("kernel32.dll", "LoadLibraryA", int(*)(const char*), "user32.dll"))
77 CALL_EXPORT("user32.dll", "MessageBoxA", int(*)(int, const char*, const char*, int), 0, "Real", "Msgbox", 0);
78 #elif defined(_LINUX)
79
80 #endif
81 }
82
83 EXPORT void indirect_branch_test() {
84 INDIRECT_BRANCH;

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected