Log in

View Full Version : Programming Journal Articles by Rheingold


Kayaker
January 25th, 2004, 07:01
I dredged these up from my harddrive for someone and thought I'd post them here as well, a few nice articles from an old dead site, pretty much all that was there as I remember.

Programming Journal Articles by Rheingold:

Introduction to the IAT by coding an Imports Viewer + src

Locating API function offsets in memory + src

Converting virtual offsets to raw offsets and vice versa

Parsing the .rsrc section to locate icons.htm

Source snippets from questions that were asked on IRC
- How can I replace a part of a string with another one using Win32 API in C/C++?
- How can I set a link to my website in my program?
- Getting TASM to work for Inline ASM in BC

Enjoy,
Kayaker

yaa
January 25th, 2004, 17:34
thx Kayaker.

yaa

Kayaker
March 2nd, 2004, 17:57
What a pleasant surprise... While doing spring cleaning on another hard drive I found a few more items from Rheingold, the first one being the one I was looking for in the first place. Who knows what might turn up next...


All with ASM source

- Coding a small PE wrapper - A small program which encrypts the code of a PE-EXE file and displays a dialog where you can enter a password when you start the program after it has been wrapped + written source

- ImportsAdding Tool + source

- Parsing the .rsrc section to locate icons (+ source this time)

MarcElBichon
March 5th, 2004, 17:23
mammon_'s contributions to APJ : http://www.eccentrix.com/members/mammon/

APJ Issues : http://cvs.sourceforge.net/viewcvs.py/bastard/apj/issues/

MarcElBichon