일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- OSR
- linux thread
- pinpoint
- LLVM 난독화
- LLVM
- android inject
- thread local storage
- v8 tracing
- linux debugging
- on stack replacement
- TLS
- Android
- tracerpid
- apm
- anti debugging
- Linux custom packer
- LLVM Obfuscator
- uftrace
- 난독화
- initial-exec
- v8 optimizing
- custom packer
- pthread
- Linux packer
- tracing
- 안티디버깅
- on-stack replacement
- so inject
- Obfuscator
- Injection
Archives
- Today
- Total
Why should I know this?
git 계정 설정 본문
# name
git config --global user.name "HanbumPark"
# email
git config --global user.email "kese111@gmail.com"
# commit with signed off
git commit -s
'Study' 카테고리의 다른 글
Control Flow Integrity for COTS Binaries (0) | 2023.02.04 |
---|---|
Class linking 메커니즘 - jvm (0) | 2022.09.30 |
역공학(=Reverse Engineering)을 위한 컴퓨터 기본 원리 (0) | 2022.02.15 |
[C] 다른 문자 위치 찾기 (0) | 2019.11.17 |
git 복구 (0) | 2019.09.25 |
Comments