Please enable JavaScript in your browser!
홈
탐색
도움말
로그인
PDModdingCommunity
/
PD-Loader-mirror
의 미러
https://github.com/PDModdingCommunity/PD-Loader.git
Watch
3
Star
0
포크
0
파일
이슈
0
위키
트리:
1c026e2661
브랜치
태그
2.5
dev
old_unstable
DEVd7dfc571
DEV158c90ef
DEV4fc2af28
2.6.5a-r4n
PD-Loader-mi...
/
source-code
/
source
/
plugins
/
TLAC
/
Utils.h
Utils.h
97 B
히스토리
Raw
1
2
3
4
5
#pragma once
#include <vector>
void InjectCode(void* address, const std::vector<uint8_t> data);