This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
MOKA
/
scbc_repos
İzle
3
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
a4d9d81d6e
Dallar
Biçim İmleri
master
scbc_repos
/
DLLInjection
/
LoadMemoryDLL-master
/
tests
/
SampleDLL.cpp
SampleDLL.cpp
106 B
Geçmiş
Ham
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;
}
}