Footer is added to all browser pages
Sample, Injecting Paris2024 banner to pages
Programming and reverse engineering in the forest :)
Hello Tracies!
Welcome to Tracy Software ltd.
We are a software development and browsers consulting company.
Specializing in Reverse engineering Browsers for security and monetization.
TCHAR* szEngine= _T("Hook.dll");
g_hModule= LoadLibrary(szEngine);
if(g_hModule) {
Trace("Hoopoe loaded.");
typedef LRESULT (__stdcall* PROC)(int,WPARAM,LPARAM);
PROC pProc= (PROC)GetProcAddress(g_hModule,"CBTProc");
if(pProc) {
g_hHook= ::SetWindowsHookExA(WH_CBT,pProc,g_hModule,0);
if(g_hHook) {
Trace("CBT Hook set"); } }
A second option to inject the DLL is via CreateRemoteThreadEx
function
SetThreadpoolCallbackPersistent,
HasOverlappedIoCompleted,
GetRunningObjectTable
GetRunningObjectTable
let you inject a DLL from the OLE/COM perspective, connecting to the running objects interfaces via CLSID.
await Network.setRequestInterception (
{ patterns: [ {
urlPattern: '*.js',
resourceType: 'Script',
interceptionStage: 'HeadersReceived' } ] } );
✔Development
C \ C++ software development:
Client side
WIN32 programming
Building desktop software from scratch
Multi-threading application experience
Defining API prototypes
JAVA, Javascript, Angular, HTML, CSS
✔Hooking:
Hooking windows desktop applications (using the latest WIN32 techniques)
Cracking and moderating windows applications
Working as Design architect and developing plug-ins from concept through R&D to deployment
Programming toolbars and browser extensions (IE-Internet Explorer, CR-Google Chrome, FF-Mozilla FireFox, Safari, Opera)
✔Gaming:
Programming desktop games using Unity, Blender and DirectX
Designing and programming NUI Games (Natural User Interface Games) Like Kinect and XBOX
✔Kernel:
Programming software Add-ons, GUI, and UI development
Developing device drivers and WIN32 mini drivers at kernel mode
Working to manipulate and bypass AV's (Anti-Viruses)
✔IM:
Manipulating Skype application and other IM's
Building Microsoft Office extensions, toolbar and plugins with VBA or COM C++
Windows desktop and shell monetization plugins applications - hooking, reverse engineering and controlling the windows shell
►My favorite tools and programming languages are
C and C++ using Microsoft Visual Studio
JScripts
Platforms
Windows XP/Windows 7/ Windows 8 /Windows 8.1
►Libraries
COM ATL MFC STL WIN32 DirectX
►Great Hooking and Cracking Tools I use often
SPY++
IDA PRO
OLLY Debug
Dependency Walker
Dbgview
System Internals Procmon, RegMon, FileMon
►Great graphic tools I love
Unity3d
Blender