Instructions » Page 3 » Custom Developer Tools and VCL Components | Developer Team

Microsoft Research Detours Package Pro 3.0 Retail

Microsoft Research Detours Package Pro 3.0 Retail
Microsoft Research Detours Package 3.0 Retail


Detours is a library for intercepting binary functions on ARM, x86, x64, and IA64 machines. Detours is most commmonly used to intercept Win32 APIs calls within an application, such as to add debugging instrumentation. Interception code is applied dynamically at runtime. Detours replaces the first few instructions of the target function with an unconditional jump to the user-provided detour function. Instructions from the target function are placed in a trampoline. The address of the trampoline is placed in a target pointer. The detour function can either replace the target function or extend its semantics by invoking the target function as a subroutine through the target pointer to the trampoline.
Read more

Microprocessor Emulator EMU8086 v4.0.8 r11

Microprocessor Emulator EMU8086 v4.0.8 r11
Microprocessor Emulator EMU8086 v4.0.8 r11 | 3 Mb


emu8086 is the emulator of 8086 (Intel and AMD compatible) microprocessor
and integrated assembler with tutorials for beginners.
The emulator runs programs like the real microprocessor in step-by-step mode.
It shows registers, memory, stack, variables and flags.
All memory values can be investigated and edited by a double click.
The instructions can be executed back and forward.
Read more

Dart PowerSNMP for .NET 4.7.0.1

Dart PowerSNMP for .NET 4.7.0.1
Dart PowerSNMP for .NET 4.7.0.1 | 12 Mb


Simple Network Management Protocol (SNMP) components seamlessly integrate threaded communications, security, and encoding/decoding so you can quickly develop custom SNMP applications. This development tool requires fewer resources, provides more flexibility, and elicits code that is easy to re-use and maintain. See our Programming Primer for detailed instructions on using PowerSNMP for .NET.
Read more

FireMonkey Premium Styles Pack for RAD Studio XE7

FireMonkey Premium Styles Pack for RAD Studio XE7
FireMonkey Premium Styles Pack for RAD Studio XE7 | 9 Mb


This style pack works with Delphi/C++Builder/RAD Studio XE7. It includes styles for Windows, Mac, iOS, iOS 7 and Android. Available free to registered users of Delphi XE5, C++Builder XE6, RAD Studio XE7 (except Starter editions), and Embarcadero All-Access XE. For instructions on how to use custom styles in your FireMonkey applications.
Read more

VB Decompiler Pro 9.6

VB Decompiler Pro 9.6
VB Decompiler Pro 9.6 | 8 Mb


VB Decompiler is decompiler for programs (EXE, DLL or OCX) written in Visual Basic 5.0 and 6.0 and disassembler for programs written on .NET technology. As you know, programs in Visual Basic can be compiled into interpreted p-code or into native code. .NET assembly always compiled to just in time compilable IL code. Since p-code consists of high-level commands, there is a real possibility to decompile it into the source code (of course, the names of variables and some functions will not be decompiled). VB Decompiler restores source code from p-code as much as possible precisely. And after some modifications you may try to compile generated code.
Read more