Maximiliano Podostroiec
The latest version - FastReport VCL 2022.2 - includes:
- Support for Delphi 7-XE8, C++Builder 2005-XE8, Embarcadero Rad Studio 11 and Lazarus
- Extended interactive functionality
- Connection to 20+ databases
- Export in 45 Data Formats
- 40 types of bar codes
- Support for 48 Languages
- Cloud service integration
Total 3 products
DLL Injection and Remote proc execution 0
Code Samples > Samples > Applications
GPLS 30 Jan 2011
Description
This allows to inject a DLL into a running process or new process.Features:
- This features a proof of concept of code execution on remote process space
- Included is a tool unit downloaded from a forum to get a routine's code size in memory
- Includes source for demo project made with D2010 .
- Based on Rezmond's and kachwahed code.
Informations
- Status: Fully functional
- Source: Included
- Size: 14kB
Platforms: D2005, D2006, D2007, D2009, D2010, D6, D7, DXE
Dynamic Class Registration v.1.0
Code Samples > Samples > Components
Freeware + source 11 Sep 2006
Description
- Enables application to use dynamic registration of classes
- Enables application to interact with list of dynamically registered classes
- Takes off responsibility from programmer to add RegisterClass on BPLs
- Allows for applications to use real plug and play BPLs as runtime modules extensor
- Expanded module extensibility using BPLs allows your application to generate and mantain a list BPL held classes without having to explicitly register them with the RegisterClass procedure
- GetDynRegClasses procedure allow you to explore list of dynamically registered classes
- DynUnRegisterClass and DynUnRegisterClasses allows you to unregister classes on one by one or module wise basis
- Work In Progress - based on Ludovic Dubois' "Classes hack" found on borland.public.delphi.opentoolsapi newsgroup) which is the only code I found to delegate RegisterClass responsibility
Informations
- Status: Fully functional
- Source: Included
- Size: 240kB
Platforms: D7
TProcessesBrowser v.1.0
Components > System > Apps and Tasks
Freeware + source 23 Nov 2006
Description
TProcessesBrowser is a component which wraps EnumWindows API function with general purpose parameters such as not reporting current app, hiding child threads and more.- Explore all running processes
- Get processes handles and PID to interact with them
- Example applications which could use this component are: Game trainers, anti spywares, anti virus, memory optimizers, etc
Informations
- Status: Fully functional
- Source: Included
- Size: 2kB
Platforms: D7