Buu - The Packet Analyzer

09/05/2012 11:07 ConquerServer#16
The release of the third version Emeti ?
09/05/2012 12:52 I don't have a username#17
Quote:
Originally Posted by ConquerServer View Post
The release of the third version Emeti ?
Still not finished, not close actually. I'm expecting to finish it Friday or Saturday.

Here is some preview of the new (Offset Analyzer):
[Only registered and activated users can see links. Click Here To Register...]

The automatic analyzer will analyze all datatypes at first and then analyze it as a string with a dynamic size and at last it will try to analyze the offset as a string for the rest offsets in the packet.

The menu you see in the right side is equal to the tab.
A = Packet Analyzer
P = Proxy List
SN = Packet Sniffer
SS = Scripts

Uhmm the scripting will be like you install scripts for either c# or vb.net and you can run a script, but there is also some pre-scripts for handling packets send/received as well cryprography.

Also there will be ability to save/load projects which could be useful if you want to save some specific scripts for one thing and other scripts for another, but also settings etc.

The reason it's so delayed it's because I'm currently quite busy, because I have exams next week.
09/05/2012 13:16 ConquerServer#18
Great work very grace Lake in exams
09/05/2012 23:12 .Kinshi#19
The... colors... ugh... :P
09/07/2012 21:33 Reluctance#20
Oh dammm, im lovvinn dis. Good workk!
09/18/2012 18:44 Danial Eugen#21
I wonder why you use Buffer.BlockCopy ? i think using memory is better anyway.


Also you added
Code:
using System.Windows.Forms;
However, you turned to use System.Windows.Forms again !
Code:
System.Windows.Forms.DialogResult.OK
Isn't it enough to just type (WITHOUT REDUNDANT)
Code:
DialogResult.OK
09/18/2012 22:07 I don't have a username#22
Quote:
Originally Posted by Danial Eugen View Post
I wonder why you use Buffer.BlockCopy ? i think using memory is better anyway.


Also you added
Code:
using System.Windows.Forms;
However, you turned to use System.Windows.Forms again !
Code:
System.Windows.Forms.DialogResult.OK
Isn't it enough to just type (WITHOUT REDUNDANT)
Code:
DialogResult.OK
#1. Lazyness

#2. It's default by the IDE to type it all out.
09/19/2012 03:18 Danial Eugen#23
Quote:
Originally Posted by I don't have a username View Post
#1. Lazyness

#2. It's default by the IDE to type it all out.
I never encountered it with Visual Studio ! kinda strange.
09/19/2012 03:27 I don't have a username#24
Quote:
Originally Posted by Danial Eugen View Post
I never encountered it with Visual Studio ! kinda strange.
It usually comes with enumerators.

Like if you have:
Code:
namespace myname
{
    public enum myenum
    {
        Some = 0
    }
}
It would autocomplete it like:
Let's say we've already declared myname as the namespace.
Code:
myenum en = myname.myenum.
However if we were in that namespace by default without it had to declared it would figure it out by itself.
10/16/2012 03:34 hamojackk#25
please hlp me i have a problem when i use packet analyzer

look like this:

[Only registered and activated users can see links. Click Here To Register...]

please hlp me :(
10/16/2012 06:20 I don't have a username#26
Quote:
Originally Posted by hamojackk View Post
please hlp me i have a problem when i use packet analyzer

look like this:

[Only registered and activated users can see links. Click Here To Register...]

please hlp me :(
You have tried to use 2 proxy servers with the same port.
10/16/2012 12:05 hamojackk#27
when i type this information :

Server IP : 41.32.84.60 Port: 5816

Proxy IP : 127.0.0.1 Port: 8877

get the same error what should i do to fix this plm :(
10/16/2012 12:40 _DreadNought_#28
Quote:
Originally Posted by hamojackk View Post
when i type this information :

Server IP : 41.32.84.60 Port: 5816

Proxy IP : 127.0.0.1 Port: 8877

get the same error what should i do to fix this plm :(
Keep trying different ports. Read the error.
10/16/2012 13:36 I don't have a username#29
Quote:
Originally Posted by hamojackk View Post
when i type this information :

Server IP : 41.32.84.60 Port: 5816

Proxy IP : 127.0.0.1 Port: 8877

get the same error what should i do to fix this plm :(
Example:
Proxy1: 5816 & 8877
Proxy2: 9959 & 8899
10/16/2012 15:00 hamojackk#30
Quote:
Originally Posted by I don't have a username View Post
Example:
Proxy1: 5816 & 8877
Proxy2: 9959 & 8899
thx for hlp ^_^