MCPcopy Create free account
hub / github.com/SecurityAnalysts01/ShellcodeLoader / Loading

Method Loading

Loading/Loading/Loading.cpp:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "code.h"
3
4Loading::Loading(QWidget *parent)
5 : QMainWindow(parent)
6{
7 ui.setupUi(this);
8 start();
9}
10
11Loading::~Loading()
12{}

Callers

nothing calls this directly

Calls 1

startFunction · 0.70

Tested by

no test coverage detected