My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Jul 22, 2009
    r59 (Another patch from Jesse; sanity check on things that look G...) committed by mooyix   -   Another patch from Jesse; sanity check on things that look GUID-length
    Another patch from Jesse; sanity check on things that look GUID-length
  • Jul 20, 2009
    r58 (Incorporate patch from Jesse Kornblum to add error checking ...) committed by mooyix   -   Incorporate patch from Jesse Kornblum to add error checking and documentation
    Incorporate patch from Jesse Kornblum to add error checking and documentation
  • Jun 10, 2009
    issue 2 ([PATCH] parse functions as well as global variables) reported by Brendan.A.Cully   -   I'd like the parser to export function information from the global stream, not just variable info. Attached is the trivial patch.
    I'd like the parser to export function information from the global stream, not just variable info. Attached is the trivial patch.
  • Jun 10, 2009
    issue 1 ([PATCH] speed improvement for omap.remap) reported by Brendan.A.Cully   -   omap.remap can be quite slow, because it regenerates the from list on every call. The attached patch creates a class to cache the fromlist, improving speed considerably. On my system, the patch reduced the running time for "print_gvars.py ntoskrnl.pdb" from 4 minutes 45 seconds to 9 seconds. Thanks for putting this library together, by the way.
    omap.remap can be quite slow, because it regenerates the from list on every call. The attached patch creates a class to cache the fromlist, improving speed considerably. On my system, the patch reduced the running time for "print_gvars.py ntoskrnl.pdb" from 4 minutes 45 seconds to 9 seconds. Thanks for putting this library together, by the way.
  • Jun 03, 2009
    r57 (Added usage help) committed by mooyix   -   Added usage help
    Added usage help
  • Jun 03, 2009
    r56 (Undecorate the function name and remove some debugging state...) committed by mooyix   -   Undecorate the function name and remove some debugging statements
    Undecorate the function name and remove some debugging statements
  • May 21, 2009
    r55 (New script that extracts the system call table for ntoskrnl....) committed by mooyix   -   New script that extracts the system call table for ntoskrnl.exe and win32k.sys automatically
    New script that extracts the system call table for ntoskrnl.exe and win32k.sys automatically
  • May 21, 2009
    r54 (Update print_gvars.py for name change in OMAP) committed by mooyix   -   Update print_gvars.py for name change in OMAP
    Update print_gvars.py for name change in OMAP
  • May 21, 2009
    r53 (Fix incorrect assumptions about OMAP -- both streams have fo...) committed by mooyix   -   Fix incorrect assumptions about OMAP -- both streams have format From,To
    Fix incorrect assumptions about OMAP -- both streams have format From,To
  • May 21, 2009
    r52 (Fix a bug that failed to differentiate between structs and u...) committed by mooyix   -   Fix a bug that failed to differentiate between structs and unions when printing
    Fix a bug that failed to differentiate between structs and unions when printing
  • May 20, 2009
    r51 (Fix negative size issue with arrays of enums, support arrays...) committed by mooyix   -   Fix negative size issue with arrays of enums, support arrays of anonymous structures
    Fix negative size issue with arrays of enums, support arrays of anonymous structures
  • May 20, 2009
    r50 (another inline struct bug) committed by mooyix   -   another inline struct bug
    another inline struct bug
  • May 20, 2009
    r49 (fix bug with inline structs) committed by mooyix   -   fix bug with inline structs
    fix bug with inline structs
  • May 19, 2009
    r48 (handle inline structs) committed by mooyix   -   handle inline structs
    handle inline structs
  • May 19, 2009
    r47 (lots of work on print_ctypes.py to try and make it output co...) committed by mooyix   -   lots of work on print_ctypes.py to try and make it output compilable code
    lots of work on print_ctypes.py to try and make it output compilable code
  • Feb 19, 2009
    r46 (Added switch to disable OMAP conversion for files that don't...) committed by mooyix   -   Added switch to disable OMAP conversion for files that don't need it (e.g., ntkrnlpa.exe)
    Added switch to disable OMAP conversion for files that don't need it (e.g., ntkrnlpa.exe)
  • Feb 18, 2009
    r45 (Fixed small bug when parts of the GUID start with 0. ) committed by mooyix   -   Fixed small bug when parts of the GUID start with 0.
    Fixed small bug when parts of the GUID start with 0.
  • Feb 17, 2009
    r44 (Experimental code to recreate the C header file from the PDB...) committed by mooyix   -   Experimental code to recreate the C header file from the PDB type stream.
    Experimental code to recreate the C header file from the PDB type stream.
  • Jan 24, 2009
    r43 (Much more full-featured now, includes support for bitfields,...) committed by mooyix   -   Much more full-featured now, includes support for bitfields, enums, unions, and procedures
    Much more full-featured now, includes support for bitfields, enums, unions, and procedures
  • Jan 24, 2009
    r42 (Add unnamed hack support for Vista+, fix enumeration value b...) committed by mooyix   -   Add unnamed hack support for Vista+, fix enumeration value bug
    Add unnamed hack support for Vista+, fix enumeration value bug
  • Nov 30, 2008
    r41 (Some minor changes. ) committed by mooyix   -   Some minor changes.
    Some minor changes.
  • Oct 30, 2008
    r40 ([No log message]) committed by mooyix   -   [No log message]
    [No log message]
  • Oct 30, 2008
    r39 (Produce graphviz file of types reachable from a given starti...) committed by mooyix   -   Produce graphviz file of types reachable from a given starting type.
    Produce graphviz file of types reachable from a given starting type.
  • Oct 28, 2008
    r38 (Commented out ftells ) committed by mooyix   -   Commented out ftells
    Commented out ftells
  • Oct 04, 2008
    r37 (Added support for floating types and 64-bit pointers. ) committed by mooyix   -   Added support for floating types and 64-bit pointers.
    Added support for floating types and 64-bit pointers.
  • Oct 04, 2008
    r36 (Bugfix: handle gracefully when CV_CALL unknown. ) committed by mooyix   -   Bugfix: handle gracefully when CV_CALL unknown.
    Bugfix: handle gracefully when CV_CALL unknown.
  • Oct 04, 2008
    r35 (Bugfixes, PE->PE support ) committed by mooyix   -   Bugfixes, PE->PE support
    Bugfixes, PE->PE support
  • Oct 04, 2008
    r34 (Postfix evaluator for FPO expressions. ) committed by mooyix   -   Postfix evaluator for FPO expressions.
    Postfix evaluator for FPO expressions.
  • Oct 04, 2008
    r33 (Make padding optional to fix rare bug with incorrect padding...) committed by mooyix   -   Make padding optional to fix rare bug with incorrect padding.
    Make padding optional to fix rare bug with incorrect padding.
  • Oct 03, 2008
    r32 (Stop using goofy TypeAdapter, just use Tunnel instead. ) committed by mooyix   -   Stop using goofy TypeAdapter, just use Tunnel instead.
    Stop using goofy TypeAdapter, just use Tunnel instead.
 
Hosted by Google Code