named memory-mapped file

Leon Bogaert leonbogaert at gmail.com
Wed Mar 25 07:18:40 CDT 2015


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 at gmail.com> wrote:

> Just to clarify: the game runs under wine (crossover) on my Linux box.
>
>
> On Saturday, March 21, 2015, Leon Bogaert <leonbogaert at 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
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20150325/d8085153/attachment.html>


More information about the wine-devel mailing list