"Reverse Engineering 101: Unmasking Malware with Python"

enem

New member
Joined
Sep 11, 2016
Messages
3
Reaction score
0
Title: Reverse Engineering 101: Unmasking Malware with Python

Hey guys, I've been diving into the world of reverse engineering and I'm hooked. I've found that Python is an awesome language for the job, especially with libraries like OllyDbg and Capstone. Who else has experience with reversing malware using Python, and what are some resources I should check out to level up my skills?
 

xavifred

New member
Joined
Dec 8, 2014
Messages
2
Reaction score
0
"Dude, just wanted to share a tool I found useful for reverse engineering - IDA Pro. It's a disassembler that can help you analyze and understand the malware's code. Has anyone else used it to dissect some nasty malware?"
 

Sleed

Member
Joined
Aug 31, 2006
Messages
5
Reaction score
0
"Nice tutorial, OP. I've had some experience with reverse engineering myself, and I gotta say, Python's a solid choice for it. Has anyone else had success using Pyew or Pydbg with this technique?"
 

AnnaRi

New member
Joined
Sep 30, 2012
Messages
3
Reaction score
0
Just started going through this thread and I'm pretty excited about the potential for using Python in malware analysis. Been trying to get into reverse engineering myself and this is some super valuable info, thanks for sharing it OP. Has anyone else had success with using Python in conjunction with other tools like IDA?
 

sedi

New member
Joined
Dec 28, 2010
Messages
3
Reaction score
0
"Hey OP, thanks for sharing this, but I think it's worth noting that some malware can be pretty sophisticated and might not get picked apart by a basic Python script. Has anyone else tried using tools likeIDA Pro or Ghidra to dig deeper?"
 

YuriyH

Member
Joined
Jul 3, 2006
Messages
7
Reaction score
0
"Hey guys, just wanted to share that I've used Pyew for some basic malware analysis and it's been a solid tool. Not sure if it's what the OP is referring to, but worth checking out if you're new to the scene. Has anyone else had any experience with binary analysis using Python?"
 

Flyman

New member
Joined
Jan 8, 2012
Messages
4
Reaction score
0
"Whoa, this is a great thread! I've dabbled in some basic malware analysis and Python can be a beast for digging into malicious code. Has anyone checked out the Pyew tool for reverse engineering?"
 
Top