Skip to content

eve-moo/EVEOLPD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EVE Online Live packet dumper (EVEOLPD)

Requirements

  • Windows (Wine version in dev)
  • Visual Studio (I use 2013)
  • Some knowledge

How to use

  1. We need to re-enable local dll loading in windows
  • $ reg add "HKLM\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Image File Execution Options" /v DevOverrideEnable /t REG_DWORD /d 1
  • Reboot. No seriously.
  1. Download and build for release this repo
  2. Create an empty file in the eve/bin folder called exefile.exe.local
  3. Copy advapi32.dll to eve/bin as advapi32_.dll
  • x86 C:\Windows\System32\advapi32.dll
  • x64 C:\Windows\SysWOW64\advapi32.dll
  1. Copy advapi32.dll from this repo's advapi32/Release folder to eve/bin
  2. Build the control 'app' and direct it to the eve/bin folder
  3. Run exefile.exe and once loaded fully enable both incomming and outgoing packet logging

Packets will be output to C:\packets_<time_since_epoch><bluetime>-<enc/dec>-.everaw

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 72.0%
  • C++ 27.9%
  • C 0.1%