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

Class Loading

Loading/Loading/Loading.h:6–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include "ui_Loading.h"
5
6class Loading : public QMainWindow
7{
8 Q_OBJECT
9
10public:
11 Loading(QWidget *parent = nullptr);
12 ~Loading();
13
14private:
15 Ui::LoadingClass ui;
16};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected