Post: Programming Ideas?
12-19-2012, 01:59 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I'm bored and want to program. I was something kind of difficult to test my ability but nothing too difficult.

I don't want to make any games, cryptography (unless it's my own algorithm), or anything to do with cod/ps3. I've done that wayyyy to much. Any ideas on what to make?

Thanks,
(adsbygoogle = window.adsbygoogle || []).push({});
02-11-2013, 06:50 AM #20
Pichu
RIP PICHU.
Originally posted by Jakes625PS3 View Post
No lol.

I made a class that opens processes and you can access them with pointers, ie: an offset, output buffer, inputbuffer
You can read/write to those open processes with a "stream" kind of thing. I'm sure you're way more advanced than me in C# but I just offered. haha.


StreamReader sr = new StreamReader();

Well, you can do this along with a List to get each of the processes, then you can work it it from there.

    

Process process = new Process();
foreach (Process p in Process.GetProcesses())
{


}

02-11-2013, 07:47 AM #21
Originally posted by Pichu View Post
StreamReader sr = new StreamReader();

Well, you can do this along with a List to get each of the processes, then you can work it it from there.

    

Process process = new Process();
foreach (Process p in Process.GetProcesses())
{


}



I'm almost positive you can't write a buffer to memory at a specific address with streamReader.
02-11-2013, 07:21 PM #22
Zesh
Keeper
I'm suprised that you brushed over my suggestion as you did mention cryptography in your first post. I'd say that attempting to create a polymorphic engine will be a good challenge for you Happy

The following 2 users say thank you to Zesh for this useful post:

Complete Speed,
02-12-2013, 12:05 AM #23
Originally posted by Pichu View Post
Nothing too hard about making a hex editor.

What I am looking at is making a manager that is useful to the general public; something that you can load up and see several different options at once and choose what you need. This will be aimed more at Windows 8 users because there are several annoyances that W8 has that I can program into the the application.

What I am looking at making is a free version: Basic and a paid version: Pro. When it is done, I'll charge $2.99 for it; users will get a serial that will unlock the rest of the program.

To be honest; I don't care if people share the serial because if someone is willing to try and find a serial for it; they are most likely not willing to spend $2.99 for what I make.

I have plans of putting it up on CNet for advertisement.


its nice to see that your dedicating windows8. I love to just use windows8. Is it possible to even make part of that program to dedicate putting like a windows 7 compatibility into it. Cause a lot of windows7 programs don't work with windows8. just a thought
02-12-2013, 03:51 AM #24
Pichu
RIP PICHU.
Originally posted by REAPERXx View Post
its nice to see that your dedicating windows8. I love to just use windows8. Is it possible to even make part of that program to dedicate putting like a windows 7 compatibility into it. Cause a lot of windows7 programs don't work with windows8. just a thought


I've never had Win7 to Win8 issues.

I use Microsoft Visual 2010; what I make will work on both systems, although file paths may not directly be the same; it's a matter of me loading up my other computer and testing.

When i decide to start making Win8 metro apps; there will be no compatibility between win7 and win8.

I'm almost done with the second part of around 6-8 different features I am to add to my program.

If I get all of it done; I might try and sell for 3.99-4.99. Don't know yet, although I will need a few beta testers to try and wreck it.

---------- Post added at 07:51 PM ---------- Previous post was at 07:50 PM ----------

Originally posted by Jakes625PS3 View Post
I'm almost positive you can't write a buffer to memory at a specific address with streamReader.

Hm, send me what you made. I'm actually quite curious.
02-12-2013, 04:58 AM #25
Originally posted by Pichu View Post
I've never had Win7 to Win8 issues.

I use Microsoft Visual 2010; what I make will work on both systems, although file paths may not directly be the same; it's a matter of me loading up my other computer and testing.

When i decide to start making Win8 metro apps; there will be no compatibility between win7 and win8.

I'm almost done with the second part of around 6-8 different features I am to add to my program.

If I get all of it done; I might try and sell for 3.99-4.99. Don't know yet, although I will need a few beta testers to try and wreck it.

---------- Post added at 07:51 PM ---------- Previous post was at 07:50 PM ----------


Hm, send me what you made. I'm actually quite curious.


You've never had any issues!!! I can't even use openGL because my video card driver doesn't work for win8 :'(
02-12-2013, 05:07 AM #26
Pichu
RIP PICHU.
Originally posted by Jakes625PS3 View Post
You've never had any issues!!! I can't even use openGL because my video card driver doesn't work for win8 :'(


Oh; hm. I have no clue. I have never had any issues. :/
02-12-2013, 03:00 PM #27
You could try a decompiler for .NET, something for reverse engineering. Or if you're into Linux, something similar to GDP or even a Java decompiler (JAD) or something. I don't really know what you're programming knowledge is so I can't suggest alot. Smile
02-13-2013, 02:26 AM #28
Originally posted by Pichu View Post
I've never had Win7 to Win8 issues.

I use Microsoft Visual 2010; what I make will work on both systems, although file paths may not directly be the same; it's a matter of me loading up my other computer and testing.

When i decide to start making Win8 metro apps; there will be no compatibility between win7 and win8.

I'm almost done with the second part of around 6-8 different features I am to add to my program.

If I get all of it done; I might try and sell for 3.99-4.99. Don't know yet, although I will need a few beta testers to try and wreck it.

---------- Post added at 07:51 PM ---------- Previous post was at 07:50 PM ----------


Hm, send me what you made. I'm actually quite curious.


let me know id be interested in seeing this if ya need a tester ill do it

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo