Questions tagged [base-address]

58 questions
0
votes
1 answer

Finding the base address of a program via Visual Basic code

I am using Visual Studio 2019 - Visual Basic. I am trying to find the base address of a program via code. I know the base address already, but I need the program I am making to find it on its own. I use this and it shows a lot of addresses from the…
0
votes
1 answer

php:Mod rewrite giving me hard times finding base address.. need help

im new to Mod_rewrite but problem is it ruins all my ajax and php i use windows.location object to get current location for javascript example: var str = location.pathname; str=str.slice(0,str.lastIndexOf('/')); problem that this never works since…
Zalaboza
  • 8,899
  • 16
  • 77
  • 142
0
votes
1 answer

How to calculate size of MMIO-mapped region from BAR address in PCIe

I've been diving deeper into how PCIe works in general, and I'm stuck at where many books and websites talk about PCIe configuration space. What I have learned so far is that for each of the assigned device with its BDF (bus-device-function bits),…
WannabeArchitect
  • 1,058
  • 2
  • 11
  • 22
0
votes
2 answers

WCF UriTemplate to match base address

How I can call an endpoint with the URL address exactly the same as the base address? string localhost = "http://localhost:1387"; ServiceHost restHost = new ServiceHost(typeof(WebService), new Uri(localhost)); …
0
votes
1 answer

Getting the base address of a process in vb.net

OK this is a weird on. I need to get the base address of a process in vb.net (not my application). To delve into the memory of the other process (to explore the values I needed before coding it into vb.net) I used cheat engine. Cheat engine gives me…
FraserOfSmeg
  • 1,128
  • 2
  • 23
  • 41
0
votes
1 answer

Exception: Only an absolute URI can be used as a base address

I saw a similar problem on the site, but I checked my base address and did not notice any problems. When start debugging my project, i got this exception:Only an absolute URI can be used as a base address. My Host Application private ServiceHost…
Uğur Can
  • 154
  • 2
  • 14
0
votes
1 answer

(Windows) Base Address of a some program never changes

I have aslr enabled and when I play some game called assault cube the base address of this program is always the same (00400000) I get it by doing GetModuleHandle(NULL) also tried to get it with windbg and it also says 00400000 and I was wondering…
beginnerl
  • 3
  • 1
0
votes
1 answer

WCF - Base Address issue with SOAP UI testing

I have a service deployed in IIS and the service under the node of defaultwebsite ->Example.SampleService underneath i have the SVC file called SampleService.svc so,m when I browse it in IE like…
user3264937
  • 81
  • 14
0
votes
3 answers

WCF base address configuration for different Server implementations

I don't know if it is repeated question or not but due to my search I couldn't find anything related. I have made a WCF service and it works fine. Now I want to deploy it and use it as a reference in my project which is going to be used in…
H.A
  • 66
  • 1
  • 11
0
votes
2 answers

Incorporating base memory addresses in C++

The base address I found for a memory location in an application was in the syntax "application_name.exe" + 0007856 (<- or any other number, this is just an example). My question is, how would I find the address for "application_name.exe" in C++?…
aanrv
  • 2,159
  • 5
  • 25
  • 37
0
votes
1 answer

WCF endpoints which work regardless of having a / at the end or not?

Ok so I have configured my WCF service and its all running fine. Just one quirk that I cant figure out. I have defined my base address: eg. Now if I use http://localhost:8000/EOSS/ it works fine.…
CathalMF
  • 9,705
  • 6
  • 70
  • 106
0
votes
1 answer

How does memory work in Windows?

So I've been fighting through issue after issue with external process memory reading (reading the memory of processes I don't have access to.) My understanding of several things has changed, but there is one thing which I simply cannot get my head…
XtrmJosh
  • 889
  • 2
  • 14
  • 33
0
votes
1 answer

multiple windows services using same wcf with multiple endpoints?

Need some help with the best approach that someone may have taken in the past for the following problem... Hosting a WCF via a windows service calling a third party COM. The COM is unfortunately STAThead meaning that it only ever uses one core when…
Skyline
  • 103
  • 2
  • 6
1 2 3
4