diff --git a/README.md b/README.md index 0b33162..505528b 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,8 @@ CBT is a powerful feature of Windows to debug the Windows applications. You can pause/resume the process of the specified window at the specified condition. License: MIT + +## Contact Us + +Katayama Hirofumi MZ (katahiromz) +katayama.hirofumi.mz@gmail.com diff --git a/README.txt b/README.txt index dcc08f3..4c8bc67 100644 --- a/README.txt +++ b/README.txt @@ -6,3 +6,8 @@ CBT is a powerful feature of Windows to debug the Windows applications. You can pause/resume the process of the specified window at the specified condition. License: MIT + +## Contact Us + +Katayama Hirofumi MZ (katahiromz) +katayama.hirofumi.mz@gmail.com diff --git a/README_ja.txt b/README_ja.txt new file mode 100644 index 0000000..d8d406e --- /dev/null +++ b/README_ja.txt @@ -0,0 +1,15 @@ +(Japanese, UTF-8) + +# CBT Hooker by 片山博文MZ + +CBT Hooker は Windows アプリをデバッグまたは分析するためのユーティリティソフトです。 + +CBT は Windows アプリをデバッグするための Windows の力強い機能です。 +指定した状態の指定したウィンドウを一時停止/再開することができます。 + +ライセンス: MIT + +## 連絡先 + +片山博文MZ (かたやまひろふみエムゼッド) +katayama.hirofumi.mz@gmail.com diff --git a/pack.bat b/pack.bat index 3a29917..d85e69b 100644 --- a/pack.bat +++ b/pack.bat @@ -8,3 +8,4 @@ copy /Y watcher64.exe %MYDIR% copy /Y CBTHooker.exe %MYDIR% copy /Y README.txt %MYDIR% copy /Y LICENSE.txt %MYDIR% +copy /Y README_ja.txt %MYDIR%