base-address Questions

4

Solved

After going through some basics documents what I understood is, Base Address Register is Address space which can be accessed by PCIe IP. PCIe IP can either transmit data in Base Address Register or...
Lied asked 12/5, 2015 at 11:52

7

Solved

Is there a way in C++/windows to get the exe/DLL image base address? thanks :)
Margaretamargarete asked 28/11, 2010 at 18:39

4

Any ways to get the address of an instruction? I have tried to used to labeled the instruction and get the address of the label but seems that it only works in GCC compiler with the && oper...
Arctogaea asked 17/7, 2012 at 20:45

2

Solved

In order to access PCI Configuration Space, I/O port address 0xCF8, 0xCFC is used according to various articles. mov eax, dword 0x80000000 mov dx, word 0x0CF8 out dx, eax mov dx, word 0x0CFC in e...
Floriated asked 12/8, 2019 at 7:40

3

I'm testing this whole base/static pointer thing by using it on Microsoft's Spider Solitaire. So I got the base pointer of the amount of "moves" the player has used, and cheat engine tells me it's ...
Fur asked 19/7, 2012 at 15:27

1

I'm trying to make a program that read the timer value from Minesweeper. (OS is windows 7 64bit) Using cheat engine I found the base address of the variable, but it changes every time I run Minesw...
Nerte asked 7/4, 2012 at 17:23

1

Solved

I realized that my version of getting the correct baseaddress was wrong Process[] iexp = Process.GetProcessesByName("Solitaire"); if (iexp.Length == 0) { //EXIT } Process internet = iexp[0]; uint...
Gearalt asked 24/11, 2011 at 22:40

3

Solved

I've got an assembly containing several WCF services, each with its own contract. It all works nicely. The service config in the app.config for the service looks like this: <services> <s...
Lil asked 12/1, 2009 at 13:42

3

Solved

Before I start with the real question, let me just say that I might get some of the details here wrong. If so, please arrest me on those as well as, or even instead of answering my question. My qu...
Casimir asked 26/1, 2009 at 8:48

2

Solved

According to this article rebasing is not necessary for .NET assemblies due to JIT compilation of the code. The article states: "JIT-compiled code does not have a rebasing problem since the addre...
Pachysandra asked 9/12, 2008 at 11:54
1

© 2022 - 2024 — McMap. All rights reserved.