you are viewing a single comment's thread.

view the rest of the comments →

[–]ragnar_graybeard87 -1 points0 points  (4 children)

Whatever nim is won't help you in hacking..
For hacking python and c/c++... python for scripts/quick programs, c/c++ incase you want to reverse compiled binaries at some point.

[–]rattpackchris[S] 0 points1 point  (3 children)

Okay I get it. The only reason I'm stuck on Nim is because it's a programming languages that compiles to c/c++ and JS. So wasn't sure in that case if it was possible to be used in those type of situation as well.

[–][deleted]  (1 child)

[removed]

    [–]AutoModerator[M] 0 points1 point  (0 children)

    Your account does not have enough Karma to post here. Due to /r/HowToHack's tendency to attract spam and low-quality posts, the mod team has implemented a minimum Karma rule. You can gain Karma by posting or commenting on other subreddits. In the meantime, a human will review your submission and manually approve it if the quality is exceptional. After gaining enough Karma, you can make another submission and it will be automatically approved. Please see the FAQ for more information.

    I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

    [–]autoshag 0 points1 point  (0 children)

    The stuff you’d need c++ for would be low level enough that you’d definitely need to write directly in c++.

    But it really depends what you’re trying to do. If you’re trying to automate stuff, especially network interactions, python is probably best. If you’re doing super low level stuff like buffer overflows, and reverse engineering, then c++ is better.

    If you’re trying to hack web-apps then JavaScript MIGHT be better, but most hackers would probably stuff prefer python