Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (0)

Powered by Vanilla. Made with Bootstrap.
What Language would you like to be a Master in
  • Xin
    Posts: 3,251
    For me its probably got to be C , or linux/windows assembly language as you can get pretty nice salaries knowing that also it would make exploitation a lot easier
    Xin
  • chroniccommand
    Posts: 1,389
    Definitely C. I already know Python pretty good. But C confuses the F**K outta me. I only know the basics and my head spins whenever I see complex C sources or exploits or anything like that. I hope to learn more C after I 'master' Python.
  • Xin
    Posts: 3,251
    said:


    Definitely C. I already know Python pretty good. But C confuses the F**K outta me. I only know the basics and my head spins whenever I see complex C sources or exploits or anything like that. I hope to learn more C after I 'master' Python.



    Yeah C is so much more unforgiving than python
    Xin
  • chroniccommand
    Posts: 1,389
    said:


    said:


    Definitely C. I already know Python pretty good. But C confuses the F**K outta me. I only know the basics and my head spins whenever I see complex C sources or exploits or anything like that. I hope to learn more C after I 'master' Python.



    Yeah C is so much more unforgiving than python


    But C is such a great language. I hope it turns out easier than I think lol.
  • sangf
    Posts: 203
    assembly, or japanese.. and maybe the win32 api if that counts! also, i need to correct a typo you guys keep making: C++* <3
  • chroniccommand
    Posts: 1,389
    said:


    assembly, or japanese.. and maybe the win32 api if that counts! also, i need to correct a typo you guys keep making: C++* <3



    Assembly is easy I've heard. mv C++ C
  • would be great if i could learn PHP ...
  • Sh3llc0d3
    Posts: 1,910
    ASM definitely is not easy. I'm learning linux assembly and it's by far the hardest language. I'd like to go back and master C++ after I complete more asm and perl-cgi.
  • chroniccommand
    Posts: 1,389
    said:


    ASM definitely is not easy. I'm learning linux assembly and it's by far the hardest language. I'd like to go back and master C++ after I complete more asm and perl-cgi.



    I've heard from people that once you learn it you realize it's extremely basic.
  • Sh3llc0d3
    Posts: 1,910
    It'd be fairly ok once you learn the principles to switch to other syntax (for example if you learnt gnu asm then switched to nasm or intel syntax) however learning it initially is challenging.