Sanderling icon indicating copy to clipboard operation
Sanderling copied to clipboard

APIs and libraries to read information directly from the EVE Online game client.

Results 9 Sanderling issues
Sort by recently updated
recently updated
newest added

Hello, I use your library with my own C++ application. So that I use .json result of your memory-reading library, parse it and do something with result. The main problem...

Hello, I have observed high memory usage (>10G) during root search using the command line when the PID is provided: `./read-memory-64-bit.exe read-memory-eve-online --pid {pid} --output-file {output_file}`. I believe this might...

Hello, first of all thanks for this wonderful library/repo Michael. alternate-ui `From live game client process` mode does not work for me with the latest sanderling(09dacec88c063900cd8ee5911b357fce9e8e0241) paired with the latest...

Good afternoon: could you help me? I'm trying to find the exit buttons in the memory of the game, but for some reason they are not there. This behavior is...

`This function is not specific to EVE Online but can be used with other game clients as well.` But i tried several game and this only way seems to be...

Adapt examples for EVE Online to changes in the game client. Adapt to the structure of the UI elements (DronesWindow) found in the sample 'session-2023-03-03T04-09-36-event-(72,110,122)-eve-online-memory-reading.json'. With this adapt, there is...

Hi! I try to use wine at Linux to multboxing alpha account and do memory reading, but I encountered an error while run the program: ``` Unhandled exception. System.Exception: Failed...

Bumps System.Text.Json from 4.7.0 to 8.0.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Text.Json&package-manager=nuget&previous-version=4.7.0&new-version=8.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

I can see read-memory-64-bit.dll in the release zip file, by the README, it's kind of Memory reading library, but It's realy difficult to find a document abouut how to use...