Joined: 24 Jul 2010 Posts: 3 Location: COULDN'T LOCATE DUE TO CLASSIFICATION
Posted: Sat Jul 24, 2010 8:42 am Post subject: I have a software that shows data on a stock exchange . but
hello , I have a software that shows data on a stock exchange that shows share traded data in my account ( it's just like a Exel work sheet , but view only ) . It connects to remote server and gets data from it . And I needed to get the data to another software to further analyze it , my software shows data that are changing within a second . Since it is a share trading software , it shows share name and the price value corresponding to that name. and I'm trying to build a VB.NET software to read the memory address of that value .. Please be kind to help me how to get the memory address or any other way than a getting memory address ... _________________
I'd probably attack this problem w/ a proxy instead. Check the imports of the client app to see how it connects - it might be something really simple to intercept & duplicate (like SOAP, for example).
Joined: 24 Jul 2010 Posts: 3 Location: COULDN'T LOCATE DUE TO CLASSIFICATION
Posted: Sun Jul 25, 2010 1:12 am Post subject:
Thank you for replies ... I think it's a Java software . It has prices with decimal places such as "275.75" so , I don't know how to search this type of value . And I have no idea what "justa_dude" explaining about .. my software is a small software (26 MB) which can be downloaded here www(dot)investoraccess(dot)net/ .. and I have attached a picture of preview what the datasheet looks like ...
Joined: 09 May 2003 Posts: 25805 Location: The netherlands
Posted: Sun Aug 22, 2010 3:44 am Post subject:
for values with a decimal you usually use either float or double, but since you said it's a java app (and looking at that site it looks like it) it won't do you any good in the long run as the addresses will change between runs and can't be found easily
best bet it to use a packet filter to fetch the data it receives and work with that _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum