http://stackoverflow.com/a/1644723
http://blogs.msdn.com/b/debuggingtoolbox/archive/2009/09/23/special-command-saving-modules-using-writemem.aspx
I found this useful when looking at a application that didn't have the dll on the file system for some reason. This was for the newest build of an application I was taking apart and I found it weird so I had to resort to the debugger.
Worst case, if you wanna just IDA, just do a memory snapshot with IDA when attached to the app you're working with.
Hope this helps someone.
Tuesday, December 29, 2015
Friday, December 25, 2015
commands for clones and snapshots with free esxi
http://blog-lrivallain.rhcloud.com/2015/02/26/play-vm-snapshots-esxi-command-line-tools/
It's been a while. But I now have 2 esxi boxes at the house. This is useful for those folks that want to clone and linked clone on the free.
It's been a while. But I now have 2 esxi boxes at the house. This is useful for those folks that want to clone and linked clone on the free.
Wednesday, July 15, 2015
Gnome2 fo lyfe
https://ubuntu-mate.org/
Basically here's the Ubuntu you were using before Unity. Glad this is around. Hope y'all enjoy.
Basically here's the Ubuntu you were using before Unity. Glad this is around. Hope y'all enjoy.
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.
Subscribe to:
Posts (Atom)