Skip to content

Commit 2e88a94

Browse files
author
zhangzhengtian02
committed
add README
1 parent 00dd07a commit 2e88a94

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

Diff for: README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Kotlin IR Dissector(K.I.D)
2+
<img src="project_logo.png" width="300px" alt="DALL.E 生成">
3+
4+
Kotlin IR Dissector(K.I.D)是一个用于编译期 transform Kotlin IR 的工具。你可以在项目中直接编写 kotlin 代码来 hook 目标方法入口\出口或完全替换目标方法。
5+
此工具基于 Kotlin Compiler Plugin 实现。
6+
7+
# 安装
8+
9+
# 功能
10+
11+
# 示例

Diff for: README_EN.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Kotlin IR Dissector(K.I.D)
2+
<img src="project_logo.png" width="300px" alt="generated by DALL.E">
3+
4+
<a href="https://github.com/androidZzT/KtIRDissector/README.md">简体中文</a> | <a href="https://github.com/androidZzT/KtIRDissector/README_EN.md">English</a>
5+
6+
Kotlin IR Dissector(K.I.D) is a tool for transforming Kotlin IR at compile time. You can write kotlin code directly in the project to hook the entry and exit of the target method or completely replace the target method.
7+
8+
## Installation
9+
10+
## Features
11+
12+
## Sample

Diff for: project_logo.png

685 KB
Loading

0 commit comments

Comments
 (0)