일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 난독화
- android inject
- LLVM 난독화
- Linux packer
- OSR
- uftrace
- custom packer
- TLS
- LLVM Obfuscator
- Injection
- on-stack replacement
- pthread
- apm
- tracerpid
- thread local storage
- so inject
- initial-exec
- tracing
- LLVM
- Android
- Obfuscator
- anti debugging
- pinpoint
- 안티디버깅
- linux thread
- linux debugging
- v8 optimizing
- Linux custom packer
- on stack replacement
- v8 tracing
- Today
- Total
목록LLVM-STUDY/PASS (2)
Why should I know this?

* 다른 이슈 스터디 차원에서 먼저 일부 GVN 로직을 다룹니다. ;*** IR Dump After MergedLoadStoreMotionPass on test1 *** ; Function Attrs: mustprogress nofree norecurse nosync nounwind readnone uwtable willreturn define dso_local zeroext i1 @test1(i1 noundef zeroext %a, i1 noundef zeroext %b) local_unnamed_addr #0 { entry: %or5 = or i1 %a, %b br i1 %or5, label %cond.true, label %cond.false cond.true: ; preds = %entry %xo..

https://llvm.org/devmtg/2018-10/slides/Kruse-LoopTransforms.pdf https://www.youtube.com/watch?v=3pRhvQi7Z10&ab_channel=LLVM https://github.com/kitbarton/llvm-project/pull/1 LoopOptTutorial: Basic loop optimization template [STEP1] by etiotto · Pull Request #1 · kitbarton/llvm-project This is the first part of the Loop Optimization tutorial. The tutorial is divided into 5 parts/steps. In this fir..