From 11cd33fb7c25a042e57362e88bba3ec6b0d1586b Mon Sep 17 00:00:00 2001 From: George Hotz Date: Fri, 28 Nov 2014 21:11:03 +0000 Subject: [PATCH] fixups --- .gitignore | 1 + README | 4 +++- tests_new/autogen.py | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) mode change 100644 => 100755 tests_new/autogen.py diff --git a/.gitignore b/.gitignore index 9802fa3a..a6934522 100644 --- a/.gitignore +++ b/.gitignore @@ -31,4 +31,5 @@ static/python32 testvm/.vagrant radare venv +tests_new/binary-autogen diff --git a/README b/README index fa667c5e..8399dee5 100644 --- a/README +++ b/README @@ -86,11 +86,13 @@ shift-n -- rename data shift-; -- add comment at data g -- go to change, address, or name +space -- toggle flat/function view -p -- analyze function at iaddr, currently no way to do this outside a function +p -- analyze function at iaddr, currently no way to run analyzer outside a function c -- make code at iaddr, one instruction a -- make ascii at iaddr d -- make data at iaddr +u -- make undefined at iaddr == Installation on Windows (experimental) == diff --git a/tests_new/autogen.py b/tests_new/autogen.py old mode 100644 new mode 100755 index a79673d8..9d6badf0 --- a/tests_new/autogen.py +++ b/tests_new/autogen.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python2.7 """ I wanted MIPS support but I couldn't find a GCC with MIPS support in the standard Ubuntu repos.