From ab6b28f2200d1ce0db3ca862f96370e529de2ecd Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 21 Mar 2024 01:44:47 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1019cc..08bf804 100644 --- a/README.md +++ b/README.md @@ -124,8 +124,8 @@ ended say() - CSDN - Mentioned - Qiita - Knowledge-base about WSH environment - Redsky Software - PoC(Proof of Concept) of the CommonJS on WSH environment -- JavaScript-based payload created by an unidentified hacker group - Inspires to begin system programming using the scripting engine. -- Implementation of a bridge between programs written in C++ and C# created by an unidentified developer (including Chromium source code) - Provides inspiration for IPC implementation using Named Shared Memory. +- Inspired by a small-sized JavaScript payload demonstrated by a cybersecurity related group. +- Inspired to implement memory-based IPC utilizing Named Shared Memory in the bridge implementation between applications written in C++ and C#. ## Related projects - [gnh1201/wsh-js-gtk](https://github.com/gnh1201/wsh-js-gtk) - GTK GUI ported to Windows Scripting Host - Javascript (Microsoft JScript) (wsh-js)