일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Replication
- nanite
- CTF
- Unreal Engine
- photon fusion2
- network object pooling
- rpc
- gameplay tag
- 게임 개발
- Aegis
- local prediction
- attribute
- gameplay ability system
- gameplay effect
- UI
- os
- 언리얼 엔진
- 언리얼엔진
- gas
- MAC
- listen server
- 게임개발
- animation
- map design
- unity
- Multiplay
- stride
- ability task
- 유니티
- 보안
Archives
- Today
- Total
목록use after free (1)
Replicated
Use After Free
CWE 416이미 해제된 메모리 청크를 가리키는 포인터를 다시 참조함https://github.com/Lagooneng/UseAfterFree GitHub - Lagooneng/UseAfterFree: 간단한 Use After Free 예시간단한 Use After Free 예시. Contribute to Lagooneng/UseAfterFree development by creating an account on GitHub.github.com예시 코드 프로세스에서 의도되지 않은 동작을 유발할 수 있음#include #include struct unicorn_counter {int num;};int main() { struct unicorn_counter *counter; int *run_cal..
보안개론
2024. 6. 3. 17:35