I_Jemin
Committed by GitHub

Update README.md

Showing 1 changed file with 30 additions and 2 deletions
1 -# interactive-text-hooker-niner 1 +# INTERACTIVE TEXT HOOKER NINER
2 -Updated ITH for supporting anime games after 2015. Codes based on ITH3 from https://code.google.com/archive/p/interactive-text-hooker/ 2 +
3 +### Tool for extracting text form anime style (text adventure) games.
4 +
5 +Interactive Text Hooker (ITH) is a tool to help you extract text from Anime games.
6 +
7 +The extracted text can then be sent to machine translation engine and electronic dictionary, and would be sent to other displayer programs so translated text would be displayed within game window.
8 +
9 +By this approach you can learn Japanese while playing games!
10 +
11 +## Project Fork Detail
12 +
13 +Original Project was closed on 2012.
14 +https://code.google.com/archive/p/interactive-text-hooker/
15 +
16 +Last version was 3.0 and it' lack of support for games after 2013.
17 +So we decide to make new repo and fix issues. And we call this ITH Niner.
18 +
19 +Currently, project is under developing and there is not release version.
20 +
21 +
22 +## Features:
23 +
24 +- attach to/detach from target process dynamically
25 +- insert/modify/remove hook dynamically
26 +- detect many common game engine
27 +- save actions to profile and automatically perform in the future
28 +- a flexible thread linking mechanism
29 +- detect and remove single character repetition
30 +- on demand suppress repetition
......