Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

memory reading under wine #76

Open
NimaQu opened this issue Nov 11, 2022 · 0 comments
Open

memory reading under wine #76

NimaQu opened this issue Nov 11, 2022 · 0 comments

Comments

@NimaQu
Copy link

NimaQu commented Nov 11, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant