일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Multiplay
- CTF
- Unreal Engine
- 게임개발
- ret2libc
- gas
- dirty cow
- Replication
- MAC
- 메카님
- 게임 개발
- 유니티
- Race condition
- DSP
- unity
- gravity direction
- animation
- Security
- ability task
- 언리얼 엔진
- photon fusion2
- stride
- 언리얼엔진
- gameplay ability system
- Aegis
- gameplay effect
- Delegate
- MLFQ
- map design
- 유스케이스
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