일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- gameplay effect
- Unreal Engine
- photon fusion2
- stride
- 언리얼엔진
- gas
- gameplay ability system
- attribute
- local prediction
- Replication
- 언리얼 엔진
- unity
- rpc
- 게임개발
- nanite
- UI
- ability task
- listen server
- gameplay tag
- dirty cow
- MAC
- gravity direction
- map design
- CTF
- 게임 개발
- 유니티
- Aegis
- animation
- os
- Multiplay
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