[Release] Tera Live Packet Sniffer

Page 2 of 9 FirstFirst 123456789 LastLast
Results 16 to 30 of 129
  1. #16
    Apprentice Hamer31 is offline
    MemberRank
    Feb 2015 Join Date
    9Posts

    Re: [Release] Tera Live Packet Sniffer

    @P5yl0 Thanks you for telling your way of how to find opcode without unpack client. If you want capture on 127.0.0.1:11101, I can't do modify it actually, but you can get my source at https://github.com/Natsui31/Tera_PacketViewer or GoneUp linked in first thread.


    @test0r57 I'm currently trying to unpack client by myself with Ollydbg + StrongOD + PhantOm, with a script. But it break on address pointed by API. So I need to adjust a bit the script. I hope I'll achieve this with succes.

  2. #17
    Novice amakrkr is offline
    MemberRank
    Nov 2007 Join Date
    3Posts

    Re: [Release] Tera Live Packet Sniffer

    This is awesome tool. Thank you for releasing it!

    Btw can someone post how did they unpack tera.exe with this script? https://tuts4you.com/download.php?view.3526

  3. #18
    Apprentice Hamer31 is offline
    MemberRank
    Feb 2015 Join Date
    9Posts

    Re: [Release] Tera Live Packet Sniffer

    I have made some enhancement on the tool. Also I implemented custom address server for sniffing Private Server or any non listed Server.

    DDL : http://fbe.am/vY3

    It doesn't contain source, but contain PDB files.. I don't test it so much, so if you have any issue, feel free to contact me.

    Edit : As far as i've read we can't get loopback device on windows.
    Last edited by Hamer31; 14-03-15 at 03:23 AM.

  4. #19
    Novice tagyourit50 is offline
    MemberRank
    Dec 2013 Join Date
    4Posts

    Re: [Release] Tera Live Packet Sniffer

    For those wondering how to get the opcode names here's a little guide.

    1. In cheat engine, find the function that references the string "I_TELEPORT". Look just above that and find the start of the function. (In this case 0x0191D0A0)



    2. Make a c++ dll that looks like http://pastebin.com/qTGzrW8w with the address that you got in the previous step.

    3. Now inject it into the Tera process, after which you should see some message boxes. Click OK on those, then in your TERA\Client\Binaries folder you should see a file called opcodes.txt full of opcodes. (You can just change the output directory if you want)

    http://pastebin.com/BTu7mm5C <- Here is a dump of the latest opcodes.
    Last edited by tagyourit50; 14-03-15 at 03:48 AM.

  5. #20
    Novice amakrkr is offline
    MemberRank
    Nov 2007 Join Date
    3Posts

    Re: [Release] Tera Live Packet Sniffer

    Jesus guys ... this thread is flying like a hawk. so much of useful information its hard to process everything on time lol ^^

    This tool for getting opcodes is simply amazing ... i was strugelling with pulling one by one with CE >.<

    Thanks again!

  6. #21
    It“s a Psylo^^ P5yl0 is offline
    MemberRank
    Feb 2012 Join Date
    GermanyLocation
    411Posts

    Re: [Release] Tera Live Packet Sniffer

    nice.. thanks a lot.. tagyourit^^

    works like a charm...
    didnt know thats so easy with CE
    tryed days with olydbg till i found a way... but never had such good values...^^

    - - - Updated - - -

    here is a liddle modification...of the dll
    outputs 2 files .. dec and hex + revision to c:\
    change it if you need..

    http://pastebin.com/4DQDnvpu

  7. #22
    Member GoneUp is offline
    MemberRank
    Aug 2008 Join Date
    86Posts

    Re: [Release] Tera Live Packet Sniffer

    Just made a update for the packet viewer to use the a file generated by the opcode DLL.

    Link: https://mega.co.nz/#!XAxnDIAa!rMeVUe...wAmkaB7NwSO5do
    Also pushed the update to github,

  8. #23
    Founder of EvilSource the1Domo is offline
    [VIP] MemberRank
    Jun 2010 Join Date
    280Posts

    Re: [Release] Tera Live Packet Sniffer

    can i get the 30.09 exe to make a sig for updateing to new game :)

    - - - Updated - - -

    0x191DD80 = 30.11.02

    - - - Updated - - -

    //OpCodeAdress TERA CLIENT 30.11.02
    string OpCodeVersion = "301102";
    DWORD GetOpCodeNameAddress = 0x191DD80;

    - - - Updated - - -

    updare + code + idb + exe
    https://mega.nz/#!vIIHBD4A!Tuu1BANS9...0JPRqf7rkuEU34

  9. #24
    Founder of EvilSource the1Domo is offline
    [VIP] MemberRank
    Jun 2010 Join Date
    280Posts

    Re: [Release] Tera Live Packet Sniffer


  10. #25
    SkullCrasher Neliel Tu is online now
    MemberRank
    Jul 2012 Join Date
    Japan, TokyoLocation
    1,239Posts

    Re: [Release] Tera Live Packet Sniffer

    i dont understand one thing if you can tell me what i doing worng its be great
    i play at Tera NA i turn the cheat engine choose the tera client while i am play going to memory viewer searching for I_TELEPORT and he say nothing found

  11. #26
    Enthusiast Aleweadan is offline
    MemberRank
    Jan 2015 Join Date
    26Posts

    Re: [Release] Tera Live Packet Sniffer

    Quote Originally Posted by theDomo View Post
    Hi theDomo, did you still work on SWTOR Emu ?

  12. #27
    Founder of EvilSource the1Domo is offline
    [VIP] MemberRank
    Jun 2010 Join Date
    280Posts

    Re: [Release] Tera Live Packet Sniffer

    No :( no time or team

  13. #28
    Enthusiast Aleweadan is offline
    MemberRank
    Jan 2015 Join Date
    26Posts

    Re: [Release] Tera Live Packet Sniffer

    Quote Originally Posted by theDomo View Post
    No :( no time or team
    :( ok thank for rep !

  14. #29
    Founder of EvilSource the1Domo is offline
    [VIP] MemberRank
    Jun 2010 Join Date
    280Posts

    Re: [Release] Tera Live Packet Sniffer


  15. #30
    Member GoneUp is offline
    MemberRank
    Aug 2008 Join Date
    86Posts

    Re: [Release] Tera Live Packet Sniffer

    Quote Originally Posted by theDomo View Post
    What did you change?



Advertisement