일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- tracerpid
- pinpoint
- thread local storage
- Android
- on-stack replacement
- LLVM 난독화
- Obfuscator
- LLVM
- v8 tracing
- v8 optimizing
- linux debugging
- OSR
- TLS
- uftrace
- tracing
- on stack replacement
- apm
- initial-exec
- Linux custom packer
- 안티디버깅
- linux thread
- Linux packer
- android inject
- Injection
- pthread
- anti debugging
- LLVM Obfuscator
- 난독화
- so inject
- custom packer
Archives
- Today
- Total
목록2025/02/03 (1)
Why should I know this?
Vector 에서의 비교문 (icmp, fcmp) 의 특징 feat.ChatGPT
define 8 x i16> @src(4 x i16> %x, 4 x i16> %y, 4 x i16> %z) { %cmp.xy = icmp slt 4 x i16> %x, %y %cmp.yz = icmp slt 4 x i16> %y, %z %select.xz = select 4 x i1> %cmp.xy, 4 x i16> %x, 4 x i16> %z %select.yx = select 4 x i1> %cmp.yz, 4 x i16> %y, 4 x i16> %x %res = shufflevector 4 x i16> %select.xz, 4 x i16> %select.yx, 8 x i32> i32 0, i32 1, i32 2, i32 3, i32 4, i32 5, i32 6, i32 7> ret 8 x i16> ..
LLVM-STUDY
2025. 2. 3. 15:04