Thread: RSPS/general tools project

Page 1 of 4 123 ... LastLast
Results 1 to 10 of 37
  1. #1 RSPS/general tools project 
    Registered Member

    Join Date
    Aug 2009
    Posts
    1,712
    Thanks given
    96
    Thanks received
    198
    Rep Power
    78
    This is a biiiiig project for making multiple tools RS / Java related. I know I will never be able to finish this all, but we'll see what I will finish.
    I will add pictures within 24 hours.

    Tools currently developped:

    - RS2 Client Generator
    This will download the client or grab it from the cache, unobfuscate it, generate loader files, make some changes to for example the hostnames and then dump it.
    Progress:
    90% (Already made everything, just have to make them use my own libs.)

    - RSPS Java editor
    This will be a normal editor, with rename functions etc, but will also easily implement my other libs + use my own decompiler to view class files etc.
    Progress:
    (5% made a lot of utils like a code formattor etc, just haven't really started on the editor itself)

    - RS2 Client Refactorer
    This will search for patterns in the bytecode and rename / move classes, methods, fields, local variables etc to be more understandable.
    Progress:
    I made a stream identifier and a few class identifiers like ISAACGen etc.

    - Java bytecode library
    Since I don't like the way ASM, Javassist, BCEL etc. work, I'm making my own one. I will use this in multiple things, like my deobfuscator, refactorer, decompiler etc.
    Progress:
    100% I made 2 versions, one that uses a constant pool oriëntated way of editing/building class files, and the other one uses a packet oriëntated way (packet oriëntated is slower because it builds the constant pool when converting to bytecode).
    Source used:
    [Only registered and activated users can see links. ]

    - Java decompiler
    I am writing a decompiler with a deobfuscator integrated. I am using JODE's source to find out more about the structure of class files.
    Progress:
    50% Editing JODE to use my file lib + implementing deobfuscator.

    - File IO lib
    I am making my own, lightweight IO lib for accessing files etc. Of course I'll have to partly do this in C++ (to DLL). I know it probably wont be as good as apache harmony's io, but I want it to meet my preferences.
    Progress:
    80% made basic reading / writing to file, just got to improve my system and I will probably have to add more functions.

    - Util lib
    I've made a library with stuff like Lists wich are easier to use than the current ones, but with the same performance.
    Progress:
    100% but might have to add more functions.

    - NET lib
    I am also making my own socketing system, the same way as the IO lib.
    Progress:
    0%

    100% me.

    I might release some of this, but the most things will only be sold / used by myself.
    removed
    Reply With Quote  
     

  2. Thankful user:


  3. #2  
    Номер 1


    Leanbow's Avatar
    Join Date
    Feb 2008
    Posts
    5,910
    Thanks given
    1,558
    Thanks received
    2,617
    Rep Power
    5000
    good luck :O, u gonna release this?
    Reply With Quote  
     

  4. #3  
    Registered Member wa3ad's Avatar
    Join Date
    Aug 2010
    Age
    26
    Posts
    1,276
    Thanks given
    174
    Thanks received
    213
    Rep Power
    0
    cool.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  5. #4  
    Registered Member

    Join Date
    Aug 2009
    Posts
    1,712
    Thanks given
    96
    Thanks received
    198
    Rep Power
    78
    Quote Originally Posted by DarkSniper View Post
    good luck :O, u gonna release this?
    Read before post please.
    removed
    Reply With Quote  
     

  6. #5  
    Номер 1


    Leanbow's Avatar
    Join Date
    Feb 2008
    Posts
    5,910
    Thanks given
    1,558
    Thanks received
    2,617
    Rep Power
    5000
    Quote Originally Posted by 03data View Post
    Read before post please.
    i didn't read whole read lol.. just tools
    Reply With Quote  
     

  7. #6  
    But python...

    Join Date
    Jun 2009
    Posts
    0
    Thanks given
    262
    Thanks received
    379
    Rep Power
    0
    Good luck.
    Reply With Quote  
     

  8. #7  
    Registered Member
    G0nzo's Avatar
    Join Date
    Feb 2009
    Posts
    4,961
    Thanks given
    514
    Thanks received
    546
    Rep Power
    1735
    WOW, gl
    Computer Science Graduate, Java Expert
    Need help with something? PM me
    Reply With Quote  
     

  9. #8  
    Ed
    Ed is offline
    AKA Edvinas
    Ed's Avatar
    Join Date
    Jun 2009
    Age
    28
    Posts
    4,504
    Thanks given
    523
    Thanks received
    512
    Rep Power
    2659
    Nice, good luck with this. Why wouldn't you release all of them though? It's quite selfish to make the tools and keep them to yourself or sell them for ridiculously high price where not everyone can afford lol
    Reply With Quote  
     

  10. #9  
    Renown Programmer
    veer's Avatar
    Join Date
    Nov 2007
    Posts
    3,747
    Thanks given
    354
    Thanks received
    1,368
    Rep Power
    3032
    do you even know what apache harmony is
    Reply With Quote  
     

  11. Thankful user:


  12. #10  
    Registered Member

    Join Date
    Aug 2009
    Posts
    1,712
    Thanks given
    96
    Thanks received
    198
    Rep Power
    78
    Quote Originally Posted by super_ View Post
    do you even know what apache harmony is
    Yes I do, I DO read stuff like:

    [Only registered and activated users can see links. ]

    And look at classes like:

    [Only registered and activated users can see links. ]
    removed
    Reply With Quote  
     

Page 1 of 4 123 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. [Project Era]General shop
    By Instant in forum Help
    Replies: 0
    Last Post: 08-29-2010, 05:50 AM
  2. Replies: 7
    Last Post: 06-26-2010, 10:50 AM
  3. Replies: 1
    Last Post: 06-16-2010, 09:33 PM
  4. Any One Got Some Project 16 Tools?
    By The nameless in forum Tools
    Replies: 2
    Last Post: 05-13-2007, 05:10 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
  •