[Release] Tera Live Packet Sniffer

Page 8 of 9 FirstFirst 123456789 LastLast
Results 106 to 120 of 129
  1. #106
    Member GoneUp is offline
    MemberRank
    Aug 2008 Join Date
    86Posts

    Re: [Release] Tera Live Packet Sniffer

    I made a new version with the bigger opcode box and the autostart option.
    Dowload it as usual from github https://github.com/GoneUp/Tera_PacketViewer/releases

  2. #107
    Apprentice VenoMKO is offline
    MemberRank
    Feb 2016 Join Date
    RussiaLocation
    13Posts

    Re: [Release] Tera Live Packet Sniffer

    Win7x64, winpcap installed.
    I get an exception:



    Solved by reinstalling .NET (Github)
    Last edited by VenoMKO; 08-03-16 at 07:07 PM.

  3. #108
    Proficient Member fitnessguy0 is offline
    MemberRank
    Apr 2014 Join Date
    152Posts

    Re: [Release] Tera Live Packet Sniffer

    is this tool going to build the client what i want,,to an emulator?

  4. #109
    Member GoneUp is offline
    MemberRank
    Aug 2008 Join Date
    86Posts

    Re: [Release] Tera Live Packet Sniffer

    Just released version 8 for the new na/eu crpyto.
    Download it as usual from github https://github.com/GoneUp/Tera_PacketViewer/releases

  5. #110
    Valued Member narcis96 is offline
    MemberRank
    Jun 2016 Join Date
    Timisoara,RomanLocation
    129Posts

    Re: [Release] Tera Live Packet Sniffer

    I would be nice if you would add a time stamp on the packets and sort them by that so we have a better and clear veiw of the trafic.
    Last edited by narcis96; 14-07-16 at 01:11 PM.

  6. #111
    Member GoneUp is offline
    MemberRank
    Aug 2008 Join Date
    86Posts

    Re: [Release] Tera Live Packet Sniffer

    Well the packets are sorted in the list. I don't need a timestamp for that, they are just displayed in the row they are arriving.
    Would it help for you to add a litte timestamp like 17:07:324 in the detail box?
    Adding it to the selection list is possible but it would look ugly :D

  7. #112
    Valued Member narcis96 is offline
    MemberRank
    Jun 2016 Join Date
    Timisoara,RomanLocation
    129Posts

    Re: [Release] Tera Live Packet Sniffer

    So you're saying that the order that i see the packets in list is the real order of the trafic? No possible losses or somethig of sort?

  8. #113
    Member GoneUp is offline
    MemberRank
    Aug 2008 Join Date
    86Posts

    Re: [Release] Tera Live Packet Sniffer

    If you not filter anything out, yea.

  9. #114
    Valued Member narcis96 is offline
    MemberRank
    Jun 2016 Join Date
    Timisoara,RomanLocation
    129Posts

    Re: [Release] Tera Live Packet Sniffer

    Ok, nice.

  10. #115
    Valued Member narcis96 is offline
    MemberRank
    Jun 2016 Join Date
    Timisoara,RomanLocation
    129Posts

    Re: [Release] Tera Live Packet Sniffer

    Ok. No packets shown after i reinstall my os. It shows 'New connection to [NA] Mount Tyrannas' and that's it.


    BOOM! The anivirus was the problem!



    Last edited by narcis96; 07-08-16 at 12:05 PM. Reason: Resolved

  11. #116
    Arroz con Habichuelas elmasmalo1 is offline
    MemberRank
    Dec 2008 Join Date
    RING 0Location
    212Posts

    Re: [Release] Tera Live Packet Sniffer

    Quote Originally Posted by narcis96 View Post
    Ok. No packets shown after i reinstall my os. It shows 'New connection to [NA] Mount Tyrannas' and that's it.


    BOOM! The anivirus was the problem!



    Seems you had luck with this... I'm having troubles when trying to even start capturing, as soon as I press capture I get nulled reference exception...



    Apparently an object reference is not set (null) therefore returning this exception, trying to debug where but haven't gone deep enough, could you shed some light?

    *Update*
    NVM, Silly me, didn't had the serverlist.xml present when the process was trying to get the servers, thats why it returned nil and was throwing me the exception, obvisouly!!! how it would parse data without data at all!
    Last edited by elmasmalo1; 21-09-16 at 11:56 PM.

  12. #117
    Enthusiast TheNak is offline
    MemberRank
    May 2014 Join Date
    FranceLocation
    42Posts

    Re: [Release] Tera Live Packet Sniffer

    Hi,

    I need help to find the good adress about this:
    Code:
    TERA.GSysAlloc_SingletonSupport<FGFxAllocator>::GSysAlloc_SingletonSupport<FGFxAllocator>+A58999 - B8 4CCB2902           - mov eax,TERA.GColor::SetHSV+626EDC { ["I_TELEPORT"] }
    Beacause when i start to inject the opcodll to Tera.exe, Tera stopped working.

  13. #118
    Arroz con Habichuelas elmasmalo1 is offline
    MemberRank
    Dec 2008 Join Date
    RING 0Location
    212Posts

    Re: [Release] Tera Live Packet Sniffer

    Quote Originally Posted by TheNak View Post
    Hi,

    I need help to find the good adress about this:
    Code:
    TERA.GSysAlloc_SingletonSupport<FGFxAllocator>::GSysAlloc_SingletonSupport<FGFxAllocator>+A58999 - B8 4CCB2902           - mov eax,TERA.GColor::SetHSV+626EDC { ["I_TELEPORT"] }
    Beacause when i start to inject the opcodll to Tera.exe, Tera stopped working.
    You're really close, just get to the beginning of that function, that's your address!

  14. #119
    Enthusiast TheNak is offline
    MemberRank
    May 2014 Join Date
    FranceLocation
    42Posts

    Re: [Release] Tera Live Packet Sniffer

    Quote Originally Posted by 0x90 View Post
    You're really close, just get to the beginning of that function, that's your address!

    Sorry, What do you mean about "the beginning of that function".

    Can you show me in this screen


    Last edited by TheNak; 28-09-16 at 09:18 PM.

  15. #120
    Arroz con Habichuelas elmasmalo1 is offline
    MemberRank
    Dec 2008 Join Date
    RING 0Location
    212Posts

    Re: [Release] Tera Live Packet Sniffer

    Quote Originally Posted by TheNak View Post
    Sorry, What do you mean about "the beginning of that function".

    Can you show me in this screen


    I'm giving you these hints, I don't wanna spoon feed you as I see you have the basics on reverse engineering and that you really want to progress futher in the field...

    Just look on how a function starts in ASM:
    https://en.wikipedia.org/wiki/Function_prologue

    You just need to find the beginning of that function where you're stepped in, and you will have your address :D Good Luck!



Advertisement