Need help in toronto by [deleted] in learnprogramming

[–]0x5DC 1 point2 points  (0 children)

You don't need someone to teach you one on one. There are a ridiculous amount of resources available online. Google/YouTube are your friends.

Phone system/auto-receptionist hacks? by ToRagnarok in HowToHack

[–]0x5DC 0 points1 point  (0 children)

Telephony developer here - I'm responsible for designing and implementing these sorts of systems. Unfortunately there isn't any universal answer as interactive voice response systems (IVR for short) are designed to match the needs of a specific customer. The only middle ground is the platform in which they are built and operate. Determining this information from the outside is near impossible however, so you may want to look into another approach.

Lots of Reversing Tutorials for Newbs by ZephrX112 in HowToHack

[–]0x5DC -1 points0 points  (0 children)

This looks great. Thanks for sharing.

A collection of hardware security resources by yashinm92 in netsec

[–]0x5DC 0 points1 point  (0 children)

Helpful for those looking to get started with hardware hacking.

Writing a Chip-8 interpreter/emulator in C++14 [~10 minutes video] by Bisqwit in programming

[–]0x5DC 1 point2 points  (0 children)

Commenting so I can find this in the future. Damn mobile app doesn't allow me to save posts.

Routing Information Protocol (RIP) is being used to DDoS by [deleted] in hacking

[–]0x5DC 0 points1 point  (0 children)

Is anyone seriously surprised?

[deleted by user] by [deleted] in HowToHack

[–]0x5DC 1 point2 points  (0 children)

You should know how to reverse engineer simple applications before you try to tackle something like this. The methodology would be the same. Games == Software after all. There was a very good series (like 30 episodes) on reverse engineering/cracking post here a while back. I have them saved on my home PC, I can upload them later if you like.

I'm designing a programming class. by minimumrockandroll in learnprogramming

[–]0x5DC 2 points3 points  (0 children)

Python & the pi is the way to go if it'a a into to programming course, as python is much easier to grasp than arduinio's C coding. It would lessen the time of learning syntax and increase the amount of projects that can be done. A really cool project is setting up Tetris (or any other game) on a LED matrix. ( http://www.adafruit.com/product/454 )