"Reverse Engineering 101: Unmasking Malware with Python"

enem

New member
Joined
Sep 11, 2016
Messages
2
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
1
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

New member
Joined
Aug 31, 2006
Messages
1
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
2
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?
 
Top