curious_mind
Full Member level 4

I want to develop an application(on windows platform and not on real hardware) which mocks the pointer location specified by driver file. For eg. the driver file reads from location, say a= *b, where b is pointer defined for address 1000.I need to fill the values in the address such that the driver can read those values.
So basically I need driver to get executed and it shall have interface with say python application that fills these locations on demand. Can anybody help in this regard?
So basically I need driver to get executed and it shall have interface with say python application that fills these locations on demand. Can anybody help in this regard?