일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- v8 optimizing
- tracerpid
- tracing
- linux thread
- on stack replacement
- apm
- android inject
- pinpoint
- anti debugging
- so inject
- Linux custom packer
- linux debugging
- v8 tracing
- LLVM 난독화
- OSR
- Injection
- Linux packer
- 안티디버깅
- initial-exec
- custom packer
- on-stack replacement
- 난독화
- TLS
- LLVM
- Obfuscator
- Android
- uftrace
- thread local storage
- pthread
- LLVM Obfuscator
Archives
- Today
- Total
Why should I know this?
[TODO] MemorySSA = MSSA 본문
https://llvm.org/docs/MemorySSA.html
MemorySSA — LLVM 18.0.0git documentation
MemorySSA is an analysis that can be built for any arbitrary function. When it’s built, it does a pass over the function’s IR in order to build up its mapping of MemoryAccesses. You can then query MemorySSA for things like the dominance relation betwee
llvm.org
'LLVM-STUDY > TODO' 카테고리의 다른 글
[TODO] MemorySSAAnalysis (0) | 2023.11.07 |
---|---|
[TODO] Metadata & Attribute (0) | 2023.11.06 |
[TODO] 목록 (0) | 2023.11.02 |
[TODO] DominatorTree (0) | 2023.10.20 |
[TODO] llvm 공부 계획 업데이트 (0) | 2023.10.18 |
Comments