Prologue: I rechecked my app archive and decided to share with world all (nearly all) sources. Sometime ago I wrote programs on Delphi and collected some bags of useful stuff and solutions. Now all these stuff collect dust. Today I don’t see much point in storing these things on my hdd, ‘cuz someone can find something interesting in sources.
Project name:
AikaDeXTrap
This project seems to be interesting, 'cuz in source you will find some functions which makes app operable on 64bit OS. Also functions for reading memory, launching and freezing app process and so on.
Project features:
- Detect debugger
- Detect 64bit OS
- Reading and writing to process memory
- Function to replace one byte string to another in process memory
- Function to create process on 32/64bit OS
- Function to extract file name with or without extension from path
- Form dragging: move your Delphi form by clicking on bg image (of you used forms without borders)
- Function to get process Id by process name in task manager
- Function to kill process by using process name
- Function to change process privilege
- Function for calculating file md5
- Threads and threads synchronization
- Reading files and manipulating binary data
- Using file streams
- Some comments in code
Useful string and array functions:
- String to byte: Return byte for string
- Byte to string: Return string for byte
- BinaryB: Return binary string for byte
- BinaryL: Return binary string for longint
- HexB: Return hex string for byte
- HexStr2Byte: Return byte for hex string
- HexStringToBinString: Return bin string from hex string
- String2Hex: Return hex string from string
Notes:
Some graphics were removed. You can’t compile this project without assigning image to some vars.
Dependency:
- Raize Components are used in project. So, you should have these components for successful compilation
- DCPcrypt v2.0
Copyright and license:
Licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported
Bin files: https://progamercity.net/aika-hack/3...ap-bypass.html
Please register or login to download attachments.