Thread: ASM Bytecode Library

Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11  
    Renown Programmer
    Nikki's Avatar
    Join Date
    Aug 2008
    Age
    19
    Posts
    3,731
    Thanks
    457
    Thanked 693 Times in 300 Posts
    Rep Power
    5000
    Always wanted to look into ASM, I'm still stuck on BCEL

    I did try it once, to write a minecraft customization tool (Change the cloak minecraft cloak URLs for a private cloak/etc), however I was lost with writing values and gave up... went back to BCEL... but I may give it a chance again, seems like it's well written compared to BCEL
    Please don't add/pm me asking for RSPS help!

    Links:
    - Sleeksnap
    - Pastebin
    - Automatic Portforwarding
    - Enabling RSA on Hyperion/PI
    - Project Signatures

    Reply With Quote  
     

  2. #12  
    Banned

    Join Date
    Jan 2012
    Age
    18
    Posts
    679
    Thanks
    69
    Thanked 164 Times in 87 Posts
    Rep Power
    0
    Great tutorial, I have no use for this though. :-)
    Reply With Quote  
     

  3. #13  
    I pwn no0bs


    Join Date
    Jul 2009
    Posts
    1,730
    Thanks
    59
    Thanked 768 Times in 224 Posts
    Rep Power
    2832
    Code:
    0 getstatic #19 <java/lang/System/out Ljava/io/PrintStream;>
    3 sipush 50
    6 invokevirtual #25 <java/io/PrintStream/println(Ljava/lang/String;)V>
    9 return
    Is a great example of beginner error.

    will give rep++ to those who will find out what's wrong here.(Hint:****yze the stack)
    Waiting for Mythruna
    Reply With Quote  
     

  4. Thankful user:


  5. #14  
    Registered Member
    CODER LORD 420's Avatar
    Join Date
    Dec 2010
    Posts
    2,360
    Thanks
    372
    Thanked 1,258 Times in 643 Posts
    Rep Power
    2829
    Quote Originally Posted by mgi125 View Post
    Code:
    0 getstatic #19 <java/lang/System/out Ljava/io/PrintStream;>
    3 sipush 50
    6 invokevirtual #25 <java/io/PrintStream/println(Ljava/lang/String;)V>
    9 return
    Is a great example of beginner error.

    will give rep++ to those who will find out what's wrong here.(Hint:****yze the stack)
    Signature Removed due to violation of rules
    Reply With Quote  
     

  6. #15  
    Registered Member

    Join Date
    Jan 2012
    Posts
    137
    Thanks
    64
    Thanked 68 Times in 33 Posts
    Rep Power
    116
    Quote Originally Posted by mgi125 View Post
    Code:
    0 getstatic #19 <java/lang/System/out Ljava/io/PrintStream;>
    3 sipush 50
    6 invokevirtual #25 <java/io/PrintStream/println(Ljava/lang/String;)V>
    9 return
    Is a great example of beginner error.

    will give rep++ to those who will find out what's wrong here.(Hint:****yze the stack)
    fixed it thanks for pointing that out, silly mistake.
    Quote Originally Posted by animeking1120 View Post
    Linux is a perfect example. It's all completely open source yet the people who program the linux distributions profit off of the donations. They take somebody elses work and change a few things around and rename it to a different distribution. But you don't see anybody complaining there.
    Reply With Quote  
     

  7. #16  
    I pwn no0bs


    Join Date
    Jul 2009
    Posts
    1,730
    Thanks
    59
    Thanked 768 Times in 224 Posts
    Rep Power
    2832
    Quote Originally Posted by NurseDiablo View Post
    correct :P
    Waiting for Mythruna
    Reply With Quote  
     


Page 2 of 2 FirstFirst 12
Thread Information
Users Browsing this Thread

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

Similar Threads

  1. Asm
    By Serenity in forum Homework
    Replies: 3
    Last Post: 03-01-2010, 11:21 AM
  2. [ASM] Bridge Chip Circuits
    By quest rs in forum Application Development
    Replies: 2
    Last Post: 10-09-2009, 11:38 PM
  3. [asm] kernel boot loader
    By Jibblez in forum Application Development
    Replies: 2
    Last Post: 09-26-2009, 11:10 PM
  4. [java] asm classnode loader
    By xiphias_ in forum Application Development
    Replies: 1
    Last Post: 09-20-2008, 05:02 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
  •