https://ubuntu-mate.org/
Basically here's the Ubuntu you were using before Unity. Glad this is around. Hope y'all enjoy.
Wednesday, July 15, 2015
Tuesday, July 7, 2015
Monday, July 6, 2015
Graphs all day
http://www.python-course.eu/graphs_python.php
graphs and python and ida go hand in hand.
Easy code to follow and walk through and very useful for nodes.
Try making stuff with this.
graphs and python and ida go hand in hand.
Easy code to follow and walk through and very useful for nodes.
Try making stuff with this.
Sunday, July 5, 2015
solver/emulation stuff
http://doar-e.github.io/blog/2013/09/16/breaking-kryptonites-obfuscation-with-symbolic-execution/
http://research.microsoft.com/en-us/projects/boogie/
https://github.com/Z3Prover/z3
This is cool because python should be able to hit up all of this. Especially that first link.
I expect this should be nice to have with IDA and your python IDE to go exploring with.
http://research.microsoft.com/en-us/projects/boogie/
https://github.com/Z3Prover/z3
This is cool because python should be able to hit up all of this. Especially that first link.
I expect this should be nice to have with IDA and your python IDE to go exploring with.
Setting up a git server on Windows real easy like
http://gitstack.com/
Yeah it's pretty easy to just go through this and setup a user and a repo to store code at.
Enjoy.
Yeah it's pretty easy to just go through this and setup a user and a repo to store code at.
Enjoy.
Friday, July 3, 2015
.cmd Script to let people know you're haxoring
@echo off
color 0A
title 1337 black and green hacker terminal
mode 1000
:matrix
echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%
goto matrix
color 0A
title 1337 black and green hacker terminal
mode 1000
:matrix
echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%
goto matrix
Python Ascii tree - for all those times you need to go low-tech and draw an ASCII tree
https://pypi.python.org/pypi/asciitree/0.2
This is real cool because it writes stuff like this:
This is real cool because it writes stuff like this:
root
+--sub1
+--sub2
| +--sub2sub1
+--sub3
+--sub3sub1
| +--sub3sub1sub1
+--sub3sub2
Subscribe to:
Posts (Atom)