Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gamelaster authored Apr 5, 2021
1 parent d201ddf commit 1999487
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Need for Speed Underground 2 Standalone Server

[![msedge_2021-04-05_20-01-32](https://user-images.githubusercontent.com/1665373/113607702-d1b4d400-9649-11eb-8d98-a59fdf115969.jpg)](https://www.youtube.com/watch?v=zozUIaAEgfc)
(Click Image for YouTube video)

# Story

I wanted to reverse a NFS U2 a little bit. Even before putting exe to IDA, file `server.dll` catched my eye.
So instead, I imported this file, and it had only three exported functions `StartServer`, `StopServer` and `IsServerRunning`.

I messed little bit with it, and created absolutely stupid simple executable, which can start this server.
You need to have in same folder the server.cfg .
Note, that if you host server on same machine as client, client will not see the server.
This is something what I will maybe will take look on.

0 comments on commit 1999487

Please sign in to comment.