OpinionatR.com

Found about 7 opinions about Help, printf problem. (Page 1)

1. printf:ing text if Int:s value changes?   (10 May 2009)
Hello, I have this program I've been coding lately which reads memory addresses of certain game and prints em to my console application. I dont have any problems with that part but I would really need some help solving the next. Code: while(1) { int Ammosleft; // saves the value of the address (0x0406B28C) int Ammodata = 1024; DWORD newdatasize = sizeof(Ammodata); GetWindowThreadProcessId(TeamFort, &proc_id); HANDLE hProcess = OpenProcess(PROCESS_ALL_ACCESS, FALSE, proc_id); ReadProcessMemory(hP...

2. C array is displaying garbage data (memory problems?)   (08 Apr 2009)
I'm making a driver for an 8x8 LED matrix that I'm driving from a computer's parallel port. It's meant to be a clock, inspired by a design I saw on Tokyoflash. Part of the driver is an array of 3*5 number "sprites" that are drawn to the matrix. A coordinate of the matrix is assigned to a coordinate of the sprite and so forth, until the entire sprite is drawn on it. This process is repeated for the other digit with an offset. I have verified I have drawn the sprites correctly, and that the matrix...

3. unknown array size + dynamic memory allocation - C   (01 Jun 2009)
so guys, i was thinking about finding a way to create arrays, without knowing their size. for example create an app that takes unsigned long values until EOF and just saves them to an unknown size array. i was thinking that, because the array size could be big, to create the array using dynamic memory allocation. so here is my code which is NOT correct thats why i need your help Help with Code Tags ( Toggle Plain Text ) #include <stdio.h> #include <stdlib.h> int main(){ unsigned long...

4. GGG   (09 Jun 2009)
sir i got a strange problem When i try to make a post with the following text..i got the error like this.. Forbidden You don't have permission to access /BB/posting.php on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.9 Server at http://www.devilsduke.com Port 80 Here is the content i want to post...

5. [Guide] Extracting Parsed Packets in Silkroad   (26 Jun 2009)
I think you guys are really going to love this guide the most. Using this guide, you will be able to accomplish the holy grail of any game and that's being able to figure out packet formats with very little work! Once again I must give thanks to clockwork for showing me the basics of this approach when I was getting started with this stuff in the past. Extracting Parsed Packets in Silkroad I. Purpose This guide will be especially helpful to anyone that is working with Silkroad packets in their p...

6. Detailed Guide To Pe Infection   (31 May 2009)
By KOrUPt - My Blog . ---- Portable Executable file infection is a subject I always found to be sketchy. There was always a piece of the puzzle missing in my case... In this article I hope to clarify the matter and hopefully provide a good starting point for those wanting to learn how such tools work. I want to mention that I'm writing this article with an intention of educating others. You may start out with PE infection, but eventually I hope that you'll move onto authoring PE protection tools...

7. ** Ultimate USB Loader & Accessories Bible For Dummies **   (15 Apr 2009)
I'm pretty sure with the great and fast process of the work that has been done on the USB Loader Since the release day by Waninkoko triggered many talented Coders and Programmers to look forward to add their finger print on a slice or two of the pie . but many of us got lost between all the versions released and what have been added to it , no read me files included and where is the link and for what this link is ?? well no more hassle guy , in here I'm going to list all the provided links and f...



Results Page:   1 

Bookmark and Share