From 38ad7ab669b8ef0f88de7cc2ac300184eac5a096 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 30 Jul 2024 13:39:28 +0900 Subject: [PATCH] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 37cad3c..831b6db 100644 --- a/README.md +++ b/README.md @@ -70,13 +70,12 @@ Dual license notice: The default license for this project is GPL 3.0. However, i - lib/gtk (GTK-server and GladeXML supported GUI interface) - lib/chrome ([Chrome DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/) based Chrome/Chromium web browser testing interface) - lib/pipe-ipc (PIPE-based IPC(Inter-Process Communication) implementation) -- lib/toolkit (`WelsonJS.Toolkit.dll` native component, .NET 2.x, 3.x (XP SP3 or above) compatible) - - Find and attach a handle of the window - - alert(), prompt() implementation in console mode - - Virtualized Human Interfaces - - Cryptography +- lib/toolkit (Native component, .NET 2.x, 3.x (XP SP3 or above) compatible) + - User prompt methods (e.g., alert, confirm) implementation + - Useful tools to control the windows and window handle (find, attach, trigger events (e.g., Virtual Human Interface), etc.) + - Cryptography ([ISO/IEC 18033-3:2010](https://www.iso.org/standard/54531.html) aka. [HIGHT](https://seed.kisa.or.kr/kisa/algorithm/EgovHightInfo.do)) - [Named Shared Memory](https://learn.microsoft.com/en-us/windows/win32/memory/creating-named-shared-memory) based IPC(Inter-Process Communication) implementation [#](https://qiita.com/gnh1201/items/4e70dccdb7adacf0ace5) -- Windows Service Application with JavaScript (`WelsonJS.Service.exe` native component, .NET 4.x (2008 SP2 or above) compatible) +- Windows Service Application with JavaScript (Native component, NET 4.x (2008 SP2 or above) compatible) - Write a Windows Service with JavaScript - Find an image on the computer screen - lib/chatgpt ([ChatGPT](https://openai.com/chatgpt) integration)