Tuts 4 You: Kibloy's Blog - Tuts 4 You

Jump to content

Subscribe to Kibloy's Blog        RSS Feed
- - - - -

GetRelocSize

3 Comments
Some packers leave a dll's relocation directory intact (e.g. Armadildo). You just have to know the original reloc dir RVA which is easy to find in most cases.

However, you need to define the right reloc table size, since the PE loader subtracts every block from the size and checks for 0.
That means, you can't just guess and make it big...
- - - - -

Endless fun with tab controls

7 Comments
Anyone who ever tried to implement tab controls using plain Windows API will probably agree with me that it's a ****ing PITA to get it working properly.

Some of the problems you'll most likely be facing, mostly because of poor documentation:
  • Handling and adjusting the windows for each tab
  • ...
- - - - -

Notorious H.I.T.

Leave Comment
Old, but still worth posting for those who don't know it, I reckon :lol:

http://www.youtube.c...fHQk&hl=en&fs=1

Video at Youtube
- - - - -

Cryptocrack Unpacker [ap0x SDK]

1 Comments
This is an unpacker for Cryptocrack's PE Protector 0.93 I've done with ap0x's Unpack SDK some time ago. It was supposed to be included with the new version as a VC++ example.
He doesnt seem to come round to release the new version anytime soon (that dude is busy :o ) so I thought I might as well upload it here.
It contains include...
- - - - -

Docking Windows To Screen Edges

2 Comments
This is a rather simple but effective way to keep a window from being dragged out of the screen area.
Add this piece of code to your window/dialog procedure:

...
- - - - -

Bool Isappthemedthistime4real(void);

1 Comments
Maybe you've been trying to find out whether an application (yours, that is) is using visual styles or not before.
While you normally know if it does or not (you added the manifest, didn't you), when writing example code or libraries for GUI stuff, it sometimes turns out to be useful to know.

I ran across such a case when I dealt with tab...

Page 1 of 1

September 2010

S M T W T F S
   1234
5 6 7891011
12131415161718
19202122232425
2627282930  

Search My Blog

Recent Entries

Recent Comments