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
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
Win7x64, winpcap installed.
I get an exception:
Solved by reinstalling .NET (Github)
Last edited by VenoMKO; 08-03-16 at 07:07 PM.
is this tool going to build the client what i want,,to an emulator?
Just released version 8 for the new na/eu crpyto.
Download it as usual from github https://github.com/GoneUp/Tera_PacketViewer/releases
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.
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
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?
If you not filter anything out, yea.
Ok, nice.
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
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.
Hi,
I need help to find the good adress about this:
Beacause when i start to inject the opcodll to Tera.exe, Tera stopped working.Code:TERA.GSysAlloc_SingletonSupport<FGFxAllocator>::GSysAlloc_SingletonSupport<FGFxAllocator>+A58999 - B8 4CCB2902 - mov eax,TERA.GColor::SetHSV+626EDC { ["I_TELEPORT"] }
Last edited by TheNak; 28-09-16 at 09:18 PM.
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 :DGood Luck!