Jump to content

how to check someone code?


soulja boy

Recommended Posts

1 minute ago, soulja boy said:

hey there

first I have no idea where to post this so

let say I have someone's script in jar but I don't trust him or i want to check his code so I can learn about scripting.

how can I do this?

i read something about eclipse but didnt manage it

http://www.javadecompilers.com/

Link to comment
Share on other sites

You can decompile the jar, which doesn't perfectly re-create the code as compiling isn't a fully reversible process. However, some scripters like to protect their work by obfuscating the code (mixing up the layout, scrambling variable names, re-organising whitespace, all without changing the logic of the code), so watch out for this. If you run into obfuscated code, it's up to you to make a decision about whether you trust it, but if it's someone new or little known, i'd most likely avoid running that script. That being said, you can still elicit some information from obfuscated code.

-Apa

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...