Giter VIP home page Giter VIP logo

patchdiff2's People

Watchers

 avatar

patchdiff2's Issues

IDA Pro v6.1

I am using Ida Pro 6.1 and it seems patchdiff2 fails to parse the idb file. I 
would attempt to submit a patch but I do not have any experience with ida 
plugins.

Output from the console:
---------------------------------------------------
PatchDiff Plugin v2.0.8
Copyright (c) 2010, Nicolas Pouvesle
Copyright (C) 2007-2009, Tenable Network Security, Inc
---------------------------------------------------

Scanning for functions ...
parsing second idb...
Error: IDB2 parsing cancelled or failed.


Thank you,
Jacob

Original issue reported on code.google.com by [email protected] on 13 Apr 2011 at 4:38

get_max_ascii_length is mistaken

In sig.cpp:
sig_add_address()
{
...
s = get_max_ascii_length(tea, strtype);
...
}

The s value may be more than string's actual length. Therefore, str_hash may 
contain uncertain data so can vary between each running instance.

Original issue reported on code.google.com by [email protected] on 19 Apr 2013 at 8:58

Is DIFF_EQUAL_SIG_HASH_CRC_STR mis-defined?

In diff.hpp
#define DIFF_EQUAL_SIG_HASH_CRC         1
#define DIFF_EQUAL_SIG_HASH_CRC_STR     2

I think they should switch the value with each other. Then,


In diff.cpp sig_equal()
if (type <= DIFF_EQUAL_SIG_HASH_CRC)

This will cover DIFF_EQUAL_SIG_HASH_CRC_STR. That'll be right.

Original issue reported on code.google.com by [email protected] on 19 Apr 2013 at 4:24

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.