The syscalls I need translated to linux are: - OpenFileMappingW - MapViewOfFile
Today I found out about winelib. I guess I could give that a go.
On Sat, Mar 21, 2015 at 6:49 PM, Leon Bogaert leonbogaert@gmail.com wrote:
Just to clarify: the game runs under wine (crossover) on my Linux box.
On Saturday, March 21, 2015, Leon Bogaert leonbogaert@gmail.com wrote:
Hi all,
I don't know if this is the correct list. If it's not I'm sorry.
I have kind of a weird question. I'm playing this game iRacing which exposed it's api via named memory map ( https://github.com/meltingice/node-iracing/blob/master/lib/irsdk_utils.cpp ).
Is there a way I can access that named memory-mapped file via Linux? I did some Googling and I don't think it's possible but I thought I made sure to ask around here. If that isn't possible I think I'll write a simple program that would run under wine and expose that data in a Linux-friendly manner.
Leon