Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Memory dump analysis:

Newbie Spellweaver
Joined
Mar 28, 2018
Messages
29
Reaction score
2
I found this in the memory dump, any advice, or is it innocuous?

danky - Memory dump analysis: - RaGEZONE Forums
 
Joined
Oct 28, 2011
Messages
2,465
Reaction score
1,258
Not everything is replaced in the gameserver.jar file while compiling.
Nor could I replace all the dependencies with files I was positive about.

I cannot state for 100% certain whether it is innocuous.
This is why I took the time to grab every .jar file that was available in the maven repo.
As you can see here in Update2 commit notes.


Commit log notes for 'updated2' release

Eliminated deprecated JsonObject.readFrom
Removed minimal-json-0.9.4.jar
Added minimal-json-0.9.2.jar
Updated lib.xml file to reflect changes
Modified AttackResult.java

AttackResult.java notes:
Thank you very much @kbnnlan

Fixes damage based on math done by @kbnnlan , as well as, the code update.


========================================


Commit log notes for 'updated' release

Update: READ FULLY

*
No longer depending on D:\Server\gameserver\lib folder for builds.
*
Validated all .jar files that came from Maven Repository locations.
*
(Except 4 bdo-emu jar files, zipfs.jar was not updated, JMonkey creature ai (cai-nmgen-0.1.2.jar) was downloaded from its respective JMonkey github repo, and JDA-3.0.0_194.jar that Maven did not have updated links for was downloaded from proper repo (only older versions were linked to same repo/owner)


1.
Migrated 68 maven repository jar files to lib folder
2.
Migrated cai-nmgen-0.1.2.jar from jmonkey creature ai repo
3.
Migrated JDA-3.0.0_194.jar from its repository as maven has not updated the links to the newer versions since 2.0
4.
NOT Modified: zipfs.jar was not downloaded from anywhere
5.
Migrated 4 .jar files that are from bdo-emu original release: gameserver.jar, tools.jar, commons.jar, decoder.jar
6.
Updated .idea/lib.xml to include proper location of Migrated jar files
7.
Modified Bdo.iml: no longer points to D:\Server\gameserver\lib to build against jar files, instead uses file://$MODULE_LIB$/lib



It's still likely to be a false positive, but look what we're working with.
Take the high road and keep validating please.
 
Upvote 0
Newbie Spellweaver
Joined
Mar 28, 2018
Messages
29
Reaction score
2
Oh and I just remembered, I tried to open cai-nmgen-0.1.2.jar and received an error, so I redownloaded that specific jar from the maven site and replaced it in my lib folders, it came out of the zip that way..
 
Upvote 0
Back
Top