Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SecurityAnalysts01/ShellcodeLoader
/ main
Function
main
Loading_1.2/Loading/main.cpp:4–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
#include <QtWidgets/QApplication>
3
4
int main(int argc, char *argv[])
5
{
6
QApplication a(argc, argv);
7
Loading w;
8
w.show();
9
return a.exec();
10
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected