일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 안티디버깅
- initial-exec
- Linux packer
- apm
- anti debugging
- linux thread
- Obfuscator
- 난독화
- uftrace
- on-stack replacement
- on stack replacement
- linux debugging
- LLVM
- LLVM Obfuscator
- tracerpid
- Linux custom packer
- thread local storage
- pinpoint
- tracing
- LLVM 난독화
- TLS
- pthread
- Injection
- v8 optimizing
- OSR
- Android
- so inject
- v8 tracing
- custom packer
- Today
- Total
목록전체 글 (139)
Why should I know this?
https://github.com/llvm/llvm-project/commit/06408451bf12d4baed1fb1312d8af6e6bbb6a797 Revert "[SCCP] Use SimplifyBinOp for non-integer constant/expressions… · llvm/llvm-project@0640845… & overdef." This reverts commit 1a02aaeaa4f8675490da38ee8cb0d4a6d39815dd. Crashes on the following test case: $ cat crash.ll source_filename = "__compute_module" target datal...github.com https://github.com/llvm/l..
LLVM 을 debug 로 빌드하면 링킹 때 위처럼 1core 만 돌렸을 때 최대 15기가 까지 메모리를 잡아먹음.-j 을 지정할 때 주의해야 함. 혹자는 swap을 늘리면 되는게 아니냐고 물을텐데, 링킹 과정에서 트리서치 과정이 굉장히 빈번하고 많이 일어남. 즉, swap하면서 코어수를 늘리느니 swap없이 코어를 줄이는게 현명. -- Performing Test HAVE_POSIX_REGEX-- Performing Test HAVE_POSIX_REGEX -- success-- Performing Test HAVE_STEADY_CLOCK-- Performing Test HAVE_STEADY_CLOCK-- Performing Test HAVE_STEADY_CLOCK -- success-- Configu..
https://discourse.llvm.org/t/do-we-need-to-support-for-selectinst-to-domcache/78662Select 관련 최적화 패치 개발을 진행하다가 Select Cond가 KnownBits 추산에 활용되지 않아서 올린 질문 글. 답변 내용에 따라 한정적으로 Select Cond 를 KnownBits 추산에 활용한 패치https://github.com/llvm/llvm-project/pull/91762 [InstCombine] Try optimizing with knownbits which determined from Cond by ParkHanbum · Pull Request #91762 · llvm/llvm-projectThis PR was submitt..
https://developer.arm.com/documentation/ddi0595/2020-12/AArch64-Instructions/DC-ZVA--Data-Cache-Zero-by-VA Documentation – Arm Developer developer.arm.com DC ZVA, Data Cache Zero by VADC ZVA는 지정된 가상 주소를 캐쉬에 채우지 않는 동작 수행을 지정하는 특수 Instruction이다."DC ZVA"로 구글에 검색하면 숱한 관련 내용이 나오니 더 기술하하는 것은 생략하고 다음 일부를 발췌해왔다."DC ZVA"는 효과적이며 메모리 시스템을 쓰기 스트리밍 모드로 전환하여 멤셋과 같은 시나리오에서 L1 캐시를 라인 채우지 않도록 합니다. 작년에 .NET은 프레임 ..
https://archive.fosdem.org/2019/schedule/event/llvm_tablegen/attachments/slides/3304/export/events/attachments/llvm_tablegen/slides/3304/tablegen.pdf
Store IR 원형store [volatile] , ptr [, align ][, !nontemporal !][, !invariant.group !]; yields voidstore atomic [volatile] , ptr [syncscope("")] , align [, !invariant.group !] ; yields void! = !{ i32 1 }! = !{}STRroX, STRroWSTR(register) 3130292827262524232221201918171615141312111098765432101x111000001RmoptionS10RnRtsize opc STRroX, STRroW 예시str x0, [x9, x8, lsl #3]storeopTy regtype:$..