Jared Burrows Blog
Software Development and Course Notes
Pages
(Move to ...)
Home
Burrows Apps
Course Notes
▼
Wednesday, May 30, 2012
How to turn off DNSMASQ in Ubuntu
›
Disable DNSMASQ If you sudo netstat -tupln, you will notice DNSMASQ running. Edit the file: /etc/NetworkManager/NetworkManager.conf ...
Tuesday, May 8, 2012
How to Reverse Engineer Android Malware
›
Reverse Engineer Android Malware Tools you may need for decompiling Android malware: apktool – a tool used for manipulating .apk files...
Saturday, May 5, 2012
How to setup Environment Variables in Linux/Windows
›
Linux: Open your .bashrc, located in your /home/"user"/ and add this: export PATH=${PATH}:~/path/to/your/executeable Windo...
Friday, April 27, 2012
Android - Text Bomber/Spammer
›
A Simple Text Spamming App This is only for proof of concept, please only use for educational purposes only. Make sure the app con...
Thursday, April 5, 2012
HelloWorld in Assembly
›
Assembly - HelloWorld [bits 64] global _start section .data message db "Hello, World!" section .text _start: mov ...
Sunday, February 19, 2012
What is Wifi Security?
›
Everyone's on Wifi In today's society almost every one has a cell phone and/or laptop or tablet. Either way everyone has used a w...
Saturday, February 11, 2012
How to Spoof Processes
›
Creating a Fake Process This can be easily done in plenty of languages, however I believe this is easily implemented in Perl: process.pl...
Monday, February 6, 2012
How to hack the Facebook for Android App
›
Source Code I always liked to poke around at things to see how they worked. A while ago I wanted to look inside some of my favorite apps s...
3 comments:
‹
›
Home
View web version