Page 1 of 1

Open Source Packet Editor

Posted: Sat May 08, 2010 9:04 pm
by yungyungyung
ZPE project: http://code.google.com/p/zpacketeditor/
Source Code Tree: http://code.google.com/p/zpacketeditor/ ... /trunk/ZPE


Although my PE "Z" is closed source, I created the ZPE project on GoogleCode to provide an open source PE for everyone else to use and learn from. I haven't uploaded the code base yet, but it will be up by the end of this week.

For all the beginners out there, if you're wondering exactly how a PE and how to make one yourself, looking at the ZPE source code will be an immensely helpful tool to you. It's written in C++, but everything has been commented, including detailed description of what occurs in each ASM block.

Understand though, Z =/= ZPE. ZPE is a separate project that I created that supports only the most basic features that a PE should have: capturing sent/recv packets, and packet injection. ZPE does not include my pattern matching engine; it doesn't support dynamic data-typing, and does not include my PYB code. ZPE is meant as an educational tool, so that more people can get into the world of making PEs and using them.

Re: Open Source Packet Editor

Posted: Thu May 13, 2010 4:26 pm
by Blacklisted
I got a question to ask.. it might be stupid question from me.. But i wanna know this PE u create able to pass over the MSEA, If it didnt react as hack tread and the packet u mention that can be injected. Could u give me a download link?

Re: Open Source Packet Editor

Posted: Thu May 13, 2010 10:47 pm
by Nerrazzuri
Blacklisted wrote:I got a question to ask.. it might be stupid question from me.. But i wanna know this PE u create able to pass over the MSEA, If it didnt react as hack tread and the packet u mention that can be injected. Could u give me a download link?


1st : This is just a source code, you have to compile it by your own. Learn programming.
2nd : That PE is not created by him, he leeched. It's from TheNullz at GK.

Re: Open Source Packet Editor

Posted: Thu May 13, 2010 11:53 pm
by Blacklisted
Ok.. i see.. kk i trying my best to compile it.. needed some ppl help compile this stuffs..
Thanks for sharing the info about the link those..

Re: Open Source Packet Editor

Posted: Sat May 15, 2010 12:32 pm
by wenwen123
how to compile n use wat?im learning