~ubuntu-branches/ubuntu/saucy/radare/saucy

« back to all changes in this revision

Viewing changes to src/config.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Reichel
  • Date: 2009-05-22 19:01:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090522190100-qqp4aja112976t5v
Tags: 20090522-1
* new hg checkout
 - added 'cX' command to compare like 'cc' does but using two side hexdiff dump format
 - specify pointer & data size in pm with %<size>
 - add graph.weight
 - fix 'c' command (missing radare_read(0))
 - added /P search command that searchs for proximity in bytelevel distance
 - added more 'ag' and 'gu' commands to readline autocompletion.
 - fix build of debugger for non-linux systems
 - fixed code analysis at startup
 - more work in graphs (graph.split)
 - fixups in x86 code analysis

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
        int visual;
45
45
        int scrdelta;
46
46
        int graph;
 
47
        int scrfit;
47
48
        int cursor_mode; // visual cursor toggle
48
49
        int insert_mode; // visual insert toggle
49
50
        /* ... */
50
51
        int noscript;
51
 
        char *script;
 
52
        char *script[10];
52
53
        int skip;    // conflict with noscript?? imho no
53
54
        int ene;
54
55
        int interrupted;
56
57
        int unksize;
57
58
        char *file;
58
59
        unsigned char *block; // data block
59
 
        int block_size; // size of the data block
 
60
        int block_size; // size of the data block // why signed ?
60
61
        int cursor; // position of the cursor inside the block XXX THIS IS UNSIGNED :O -1 must be funny
61
62
        u64 cursor_ptr; // where arch_aop makes point with cursor
62
63
        int acursor; // position of the cursor inside the block