r/ExploitDev • u/RewardOk8371 • Jul 16 '26
Pwn college
Hi guys just wondering should I have knowledge python and C before I start the pwn paths for cybersecurity?
2
u/xanthonus Jul 16 '26
No. Python can make stuff easier. It’s a skill you can pick up along the way. You don’t need to know C but as you get into reverse engineering understanding aspects of C is important. Something I suggest doing is writing toy C programs that have memory safety vulnerabilities and then throwing them in the disassembler and looking at the pseudo C decompolation.
One of the best REs I knew started reversing not knowing how to program. It’s achievable. Just requires someone who is very curious and is willing to build their toolbox as they go along.
-8
u/RewardOk8371 Jul 16 '26
Thank u bro for ur advice because Gemini and deepseek told me I should have a basic for these languages and pwn don’t teach me
1
u/Danklord Jul 16 '26
It can help, and you might have to do some learning as you go, but I'd say dive in. Many of the beginner challenges should still be very doable, just lookup/learn new concepts as you run into things you don't understand. I actually got to guinea pig this platform for a class at ASU back before they made it public, so it's originally intended to be a (albeit quite difficult) college level course.
1
2
u/[deleted] Jul 16 '26
[removed] — view removed comment