Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
232 views

Lua and Alien structures

I'm trying to redefine this C structure to Lua with alien 0.50 module however I have a two arrays of char at the end. Both szLibraryPath and szLibraryName are originally defined as char ...
1
vote
1answer
60 views

Include Alien in portable app, C++

Ok, I've searched quite a bit, but seem unable to find an answer or example for how to achieve this. Basically, I have an app that is designed to be portable (built using VC++ in VS2010, but no MFC ...
1
vote
1answer
259 views

Lua Alien Module - Trouble using WriteProcessMemory function, unsure on types (unit32)

require "alien" --the address im trying to edit in the Mahjong game on Win7 local SCOREREF = 0x0744D554 --this should give me full access to the process local ACCESS = 0x001F0FFF --this is my ...
0
votes
0answers
13 views

Darren schwarz test [closed]

This is the first time I am using Entity framwework for web application. I have used DB First approach and have generate models against tables in database using code generator of dbcontext code ...
0
votes
0answers
73 views

How to specify dependency in .rpm file which is converted from .deb with alien?

I try to convert .deb to .rpm with alien. What I want to do is specify dependency in .rpm. Depends:imlib2-dev is included in control file of .deb package. But it doesn't exist in rpm package in ...