Skip to content

dedshit/X86-frida-patch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

X86-frida-patch

yet another shit for cracking windows software using frida

Requirements

  • Frida
  • Python
  • 🧠

Usage

frida -f < target software > -l patchfile.js

010Editor

  • Removed Splash screen
  • Patched License Activation Verification
010Editor.mp4

EaseUS PDF Editor

  • REMOVED WATERMARK
  • REMOVED ANNOYING TRIAL NAG
  • BATCH PROCESS CONVERTING (INCLUDES)
    • OCR
    • PDF TO WORD
    • PDF TO EXCEL
    • PDF TO HTML
    • PDF TO IMAGE
    • PDF TO PPT
    • PDF TO TXT
    • IMAGE TO PDF
  • SPLIT
  • MERGE
  • DIGITAL SIGNATURE
  • EXTRACT
  • INSERT CUSTOM WATERMARK

All features are unlocked

EaseUS.PDF.Editor.mp4

Proxifier {Portable Edition}

  • Unlimited Trial till your death
  • Removed Nag Screen
  • Need to Flush Dns Cache
Proxifier.mp4

MedCalc

  • 15 Days Trial NagScreen removed
  • No more License verification check
  • Full Screen by default (OPTIONAL)
MedCalc.mp4

YogaDns

  • Unlimited Trial beyond 31 days
  • automatic flush dns cache
  • No more trial check

CareUEyes

  • 7 days trial removed
  • Removed Activate Tab
CareUEyes.mp4

SPEQTA GST

  • Unlimited GSTIN
  • Unlimited Trial Usage

speqta-gst

Ultdata by Tenorshare

Before

IMG_20240105_233300

After

IMG_20240105_233234

Writing Frida script for .NET Application is pretty much complicated compared to C++ application . Soon i will create that