kenjiuno
                                            kenjiuno
                                        
                                     ```sh #!/bin/bash set -eux function plotWith() { ./OpenKh.Research.Kh2Anim.exe fry \ --prefix "$1" \ --output-mset "$1.mset" \ --matrix-value 20 \ --initial-value 50 \ --pre $2 \ --post $3 \ --gnuplot-insert...
The problem of loading `.map` or something directly from pcsx2 is that some offset values are converted from relative file position to absolute memory pointer. We need binary data converters...
This pull request intends to implement easy access to running pcsx2 process, and provide KH2fm specific option. I have watched discord and some users seem to request online editing feature,...
The dump command added. ``` OpenKh.Research.Pcsx2Kh2Link.exe dump --help dump 32MB EE memory Usage: OpenKh.Research.Pcsx2Kh2Link dump [options] Arguments: MemoryDmp file path: memory_PID.dmp Options: -?|-h|--help Show help information ``` ``` OpenKh.Research.Pcsx2Kh2Link.exe dump...
I have identified the cause of this problem by clone & debug vscode-plantuml. https://github.com/qjebbs/vscode-plantuml/blob/a151047641c224772d6553d98ccfe1b60483c60a/src/providers/previewer.ts#L123-L126 `exit` event isn't issued on some cases on Windows platform. I don't know the detail. _e.g._...
Ok this will be ready
Ok this seems to be fixed and workable upon https://github.com/HiraokaHyperTools/pst-extractor/commit/b97b9e69c4cdb597fd94134c938a6226d1283e62 
[CoRegisterClassObject function (combaseapi.h) - Win32 apps | Microsoft Learn](https://learn.microsoft.com/en-us/windows/win32/api/combaseapi/nf-combaseapi-coregisterclassobject) > At startup, a multiple-use EXE object application must create a class object (with the [IClassFactory](https://learn.microsoft.com/en-us/windows/desktop/api/unknwnbase/nn-unknwnbase-iclassfactory) interface on it), and call...
This may help on regstration of ShellServices. ```diff diff --git a/CloudMirror/CloudProviderRegistrar.cs b/CloudMirror/CloudProviderRegistrar.cs index a221439..54990d7 100644 --- a/CloudMirror/CloudProviderRegistrar.cs +++ b/CloudMirror/CloudProviderRegistrar.cs @@ -20,7 +20,7 @@ namespace CloudMirror { var info = new...
With this fix, it worked on my Windows 10 21H2. ```diff diff --git a/CloudMirror/CloudProviderRegistrar.cs b/CloudMirror/CloudProviderRegistrar.cs index a221439..54990d7 100644 --- a/CloudMirror/CloudProviderRegistrar.cs +++ b/CloudMirror/CloudProviderRegistrar.cs @@ -20,7 +20,7 @@ namespace CloudMirror { var...