Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. heiron

    find process address pointer + offset

    Hi, I have this code while (!ReadProcessMemory(hProcess, (LPVOID)dwLocation, &FirstByte, sizeof(FirstByte), NULL) || FirstByte != 0x55) I want to read from a process the First BYTE, I want to find the dwLocation of the process, I know it is process.exe + offset = address, how can I find them...
  2. heiron

    motherboard temperature from dll

    Hello, I want to create a Project in VC++ which will gather Info from motherboard sensors (temperature etc.), I know basocs and more in VC++, I have googled it and found that I can't direct Access bios only from assemply language or some 3rd party dll but found only for linux any dll to Access...

Part and Inventory Search

Back
Top