Sanderling icon indicating copy to clipboard operation
Sanderling copied to clipboard

memory reading under wine

Open NimaQu opened this issue 3 years ago • 0 comments

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 to ReadProcessMemory at 0x7A851000
: Only read 1716224 bytes.
   at read_memory_64_bit.EveOnline64.ReadCommittedMemoryRegionsFromProcessId(Int
32 processId, Boolean readContent) in C:\Users\NimaQ\Desktop\EVE\read-memory-64-
bit\Program.cs:line 460
   at read_memory_64_bit.EveOnline64.ReadCommittedMemoryRegionsWithContentFromPr
ocessId(Int32 processId) in C:\Users\NimaQ\Desktop\EVE\read-memory-64-bit\Progra
m.cs:line 380
   at read_memory_64_bit.Program.GetProcessSampleFileFromProcessId(Int32 process
Id) in C:\Users\NimaQ\Desktop\EVE\read-memory-64-bit\Program.cs:line 238
   at read_memory_64_bit.Program.<>c__DisplayClass2_3.<Main>g__GetMemoryReaderAn
dRootAddresses|6() in C:\Users\NimaQ\Desktop\EVE\read-memory-64-bit\Program.cs:l
ine 116
   at read_memory_64_bit.Program.<>c__DisplayClass2_2.<Main>b__4() in C:\Users\N
imaQ\Desktop\EVE\read-memory-64-bit\Program.cs:line 127
   at McMaster.Extensions.CommandLineUtils.CommandLineApplicationExtensions.<>c_
_DisplayClass9_0.<OnExecute>b__0()
   at McMaster.Extensions.CommandLineUtils.CommandLineApplication.<>c__DisplayCl
ass143_0.<OnExecute>b__0(CancellationToken _)
   at McMaster.Extensions.CommandLineUtils.CommandLineApplication.ExecuteAsync(S
tring[] args, CancellationToken cancellationToken)
   at McMaster.Extensions.CommandLineUtils.CommandLineApplication.Execute(String
[] args)
   at read_memory_64_bit.Program.Main(String[] args) in C:\Users\NimaQ\Desktop\E
VE\read-memory-64-bit\Program.cs:line 233
09e8:err:eventlog:ReportEventW L"Application: read-memory-64-bit.exe\nCoreCLR Version: 6.0.1122.52304\n.NET Version: 6.0.11\nDescription: The process was terminated due to an unhandled exception.\nException Info: System.Exception: Failed to ReadProcessMemory at 0x7A851000: Only read 1716224 bytes.\r\n   at read_memory_64"...
wine: Unhandled exception 0xe0434352 in thread 9e8 at address 000000007B012528 (thread 09e8), starting debugger...

Is there any way to make it work under Linux or wine?

NimaQu avatar Nov 11 '22 03:11 NimaQu