Log in

View Full Version : Which Api


w_a_r_1
February 28th, 2010, 23:28
Hi,

I am having a program, when i am running that program it is running in background mode and I am not able to see the program screen. I can see that program is running in task manager. So just wants to know which api is used to make a program visible?

disavowed
March 1st, 2010, 02:52
Assuming it's just a normal window that's hidden, you can use ShowWindow(...).

Kayaker
March 1st, 2010, 03:13
Search for CowSpy. Yes, I said CowSpy

disavowed
March 1st, 2010, 14:18
I prefer http://www.woodmann.com/collaborative/tools/Window_Hack

w_a_r_1
March 2nd, 2010, 21:08
Thank you disvowed, You are genius and thanks to all others for replying. Regarding this i am having simple question so not opening new thread.

is this possible to put bp on all the JE and JNZ commands? I have not seen any option regarding this, If anyone knows please let me know how to do that.

disavowed
March 3rd, 2010, 11:30
http://www.woodmann.com/collaborative/tools/Conditional_Branch_Logger