|
Building Secure and Reliable Network Applications
|
|
Hits: 6 |
|
Date added: 07/17/2006 |
|
This ebook explains about building secure network applications |
|
|
|
|
|
|
Compressing Import Section
|
|
Hits: 10 |
|
Date added: 10/01/2006 |
|
Maybe more properly named How to Remove Imports and Rebuild IAT Manually at Runtime .
This is a quick paper and sample implemenation on how you can remove all of the imports from an exe and then load them manually yourself at runtime. This is a step often involved when creating trial ware wrappers or trying to crack proof your software.
For clarity the code is implemented as a dll and does not actually compress the API function names list. |
|
|
|
|
Cracking The Code
hot!
|
|
Hits: 169 |
|
Date added: 10/13/2006 |
|
[Tutorials and Tools are compressed in this file]
Cracking the Code is an illustrative presentation in powerpoint meant for beginners who want to learn more about and begin with reverse engineering applications. It is a self learning tutorial full of examples. The tools required are also included.
>>Why should I check out this?
The single most important skill of a potential attacker is the ability to unravel the complexities of target software.
* Reverse engineering allows you to learn about a program’s structure and its logic.
* This kind of insight is extremely useful when you exploit software.
* This enables you to add secret features, remove or disable functions, and fix security bugs without source code.
* Reverse engineering will also help to detect if there is a logic bomb hidden in any program.
* ... |
|
|
|
|
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. |
|
|
|