Results 1 to 5 of 5
  1. #1
    goodclass
    Guest

    Lightbulb Dragon Nest Assembly Files

    These Assembly files should be used for learning purposes only, I hope this is useful to someone
    Last edited by Grooguz; 2012-05-27 at 07:07 AM.

  2. #2
    Grooguz
    Grooguz is offline
    BanHammer Holder
    Grooguz's Avatar
    Join Date
    2010 May
    Posts
    678
    Thanks Thanks Given 
    152
    Thanks Thanks Received 
    537
    Thanked in
    167 Posts
    Rep Power
    14
    Can you explain what "Dragon Nest Assembly Files " is? I see C# project which isn't related to DN

  3. #3
    goodclass
    Guest
    Assembly files are the lowest form of code in a file, all the files in an assembly are taken from one original file
    (Dragonnest.exe).
    These files make up the disassembled file (Dragonnest.exe), this lets you clearly see how a file is made and can be used for future reference.
    Hope this explains what you wanted to know :S ..

  4. #4
    goodclass
    Guest
    Let me try explain a bit better.

    Disassembling a file extracts everything that it's made up of out of it, leaving you with all the files that makes up the one
    file.
    Depending on what you dissassemble will depend on what files you obtain.
    So basically, you can't dissassemble more than you already have (You have everything already)
    __________________________________________________ ________________________________________
    Since I can't post anymore, I'll edit this.
    OK, let me try explain further:

    Disassembling is the process of translating an executable program into its equivalent assembly
    representation.
    A flaw in disassembling is determining what is code (instructions) and what is data, as
    both are represented in the same way in current machines.
    Further, disassembling is equivalent to the Halting Problem and hence cannot be fully automated for all input programs.

    Also, your comment on "System.ServiceModel.dll"
    The first folder contains useless stuff that comes with dissassembling any file.
    It's not actually meant to be there, I was just a bit lazy. :P

    Note: This is just for people to look at/learning purposes, I would expect people to already know what
    they're going to be doing with these files if they're going to be looking for them.
    Last edited by goodclass; 2012-05-27 at 07:16 AM.

  5. #5
    Grooguz
    Grooguz is offline
    BanHammer Holder
    Grooguz's Avatar
    Join Date
    2010 May
    Posts
    678
    Thanks Thanks Given 
    152
    Thanks Thanks Received 
    537
    Thanked in
    167 Posts
    Rep Power
    14
    You wanna say that the DN client was written on C#?
    Quote Originally Posted by goodclass View Post
    Also, Assembly language is the lowest you can get in terms of code.
    C# isn't "the lowest language in terms of code"

    ---------- Post added at 06:06 AM ---------- Previous post was at 06:00 AM ----------

    you have posted "System.ServiceModel.dll" it doesn't related to any games at all

Similar Threads

  1. [Pedido] BR jogando Dragon Nest?
    By Vercingetorix in forum Português
    Replies: 1
    Last Post: 2012-01-07, 12:58 PM
  2. Dragon Nest SEA Manticore Nest expansion
    By Grooguz in forum Games Lounge
    Replies: 0
    Last Post: 2011-12-08, 04:24 AM
  3. [Request] Dragon Nest SEA
    By ashH in forum Dragon Nest
    Replies: 28
    Last Post: 2011-12-02, 01:39 AM
  4. [Help] Are There Any Bot For Dragon Nest SEA..?!?!?!
    By dondale8 in forum Dragon Nest
    Replies: 1
    Last Post: 2011-11-12, 03:06 AM
  5. Dragon Ball Online .PAK Files
    By snaity in forum Game Files
    Replies: 6
    Last Post: 2010-11-16, 07:40 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •