|
Debugging P-Code Apps (VB6)
|
|
Hits: 14 |
|
Date added: 09/01/2006 |
|
Allot of people give the advice to compile your apps to P-Code to help ward off would be crackers. This paper is a introduction to the WKTVBDB P-Code debugger and its capabilities.
With this great tool, you will see that cracking P-Code compiled apps is actually easier than if they had been compiled to native code!
If you are a shareware author, knowing the tools of the trade and techniques crackers use is your only defense. |
|
|
|
|
Understanding how the Import table works
|
|
Hits: 14 |
|
Date added: 09/19/2006 |
|
This paper will give you a graphic representation of the binary structure used for the PE import table and explains why this design mechanism was required.
A download package is also available which shows a very simple exe in packed and unpacked states. This package also includes a memory dump with broken imports to give you a simple trainer to try to restore to apply the knowledge gained in the paper.
A small beta quality open source utility is also available which lets you rewrite the import table of an exe as you desire. |
|
|
|
|
|
|
Linux Virtual Addresses Exploitation
|
|
Hits: 13 |
|
Date added: 04/10/2006 |
|
Linux kernel recently incorporated a protection which randomizes the stack making exploitation of
stack based overflows more difficult. I present here an attack which works on exploiting static
addresses in Linux. You should be familiar with standard stack smashing before attempting this
paper. |
|
|
|
|
Writing ia32 alphanumeric shellcodes
|
|
Hits: 13 |
|
Date added: 03/07/2005 |
|
Writing ia32 alphanumeric shellcodes |
|
|
|