This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
MOKA
/
scbc_repos
Sledovat
3
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
a4d9d81d6e
Větve
Značky
master
scbc_repos
/
DLLInjection
/
LoadMemoryDLL-master
/
tests
/
SampleDLL.cpp
SampleDLL.cpp
106 B
Historie
Surový
1
2
3
4
5
6
7
8
9
10
#include "SampleDLL.h"
extern "C" {
SAMPLEDLL_API int addNumbers(int a, int b)
{
return a + b;
}
}