일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Android
- OSR
- thread local storage
- Linux custom packer
- 난독화
- pinpoint
- v8 optimizing
- so inject
- Injection
- LLVM Obfuscator
- linux thread
- pthread
- v8 tracing
- android inject
- LLVM 난독화
- initial-exec
- apm
- TLS
- anti debugging
- tracing
- Obfuscator
- on-stack replacement
- custom packer
- linux debugging
- 안티디버깅
- Linux packer
- tracerpid
- uftrace
- LLVM
- on stack replacement
Archives
- Today
- Total
Why should I know this?
LLVM instruction 추가 PR 본문
https://github.com/llvm/llvm-project/commit/cbde0d9c7be1991751dc3eb5928294d2e00ef26a
[IR] Add a dedicated FNeg IR Instruction · llvm/llvm-project@cbde0d9
The IEEE-754 Standard makes it clear that fneg(x) and fsub(-0.0, x) are two different operations. The former is a bitwise operation, while the latter is an arithmetic operation. This patch creates ...
github.com
https://github.com/llvm/llvm-project/commit/784929d0454c4df6a98ef6fbbd1d30a6f71f9c16
Implementation of asm-goto support in LLVM · llvm/llvm-project@784929d
This patch accompanies the RFC posted here: http://lists.llvm.org/pipermail/llvm-dev/2018-October/127239.html This patch adds a new CallBr IR instruction to support asm-goto inline assembly like g...
github.com
'LLVM-STUDY > TODO' 카테고리의 다른 글
LLVM Obfucation example - Control Flow Flattening with ChatGPT (0) | 2023.03.19 |
---|---|
LLVM Optimization study - simplify with ChatGPT (0) | 2023.03.19 |
LLVM 공부/기록/공유 고민 (0) | 2023.02.27 |
LLVM Optimization study - DCE (0) | 2023.02.17 |
DEX to IR 개발일지 - 간단한 bytecode <> IR 변환, mangling 필요?? (3) | 2023.01.17 |
Comments