Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Something may help

k1mlka edited this page Jun 9, 2023 · 2 revisions

Remote Debug

Install VS Remote Debugger on target machine (x86 for x86 program, arm64 for arm64)

also need to set

<OutputPath>\\192.168.x.x\Dictionary</OutputPath> for build project on target machine. Address can be replace by machine_name:port.

Open a public user on target machine. Input the user name only when connected.

Publish

clean pdb files by using ls * -include *.pdb -recurse | rm

enable 4g memory on 32 bit system editbin /largeaddressaware ErogeHelper.exe

Clone this wiki locally