PySRDF
This is the python wrapper for The Security Framework SRDF
Install / Use
/learn @AmrThabet/PySRDFREADME
======================================================================== pySRDF Project Overview
Overview:
This Project is a the python implementation for The Security Research and Development Framework
This Project includes:
- PE Parser
- Process analyzer, DLL Injector
- Debugger
- x86 Emulator for binary files and shellcodes
That's the strongest reverse engineering and malware analysis tool for python and the easiest to install and use
The application still in the pre-stage and BETA !! ... and doesn't have all SRDF features like in C++
Usage:
To use it ... just ensure that you have the binary files:
- _pySRDF.pyd
- pySRDF.py
- SRDF.dll
- X86 Emulator.dll
- sqlite3.dll
the project works only on Python version 2.7 Win32 ... which works on both win32 and win64
Examples:
from pySRDF import *
dbg = Dbg("C:\test.exe")
dbg.SetBp(0x401000) dbg.Run()
OR Using the Emulator:
emu = Emulator("C:\test.exe") emu.SetBp("eip == 0x401000") emu.Run()
OR
emu.SetBp("__isdirty(eip)") #which set bp on Execute on modified data emu.Run() #used for packed files and encrypted malware
Source Code:
To make the project compiled successfully ... you must clone winSRDF beside it and include it in the solution
Contact us on:
Twitter: https://www.twitter.com/winSRDF Website: http://www.security-framework.com
Related Skills
node-connect
351.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
