-
Notifications
You must be signed in to change notification settings - Fork 77
Comparing changes
Open a pull request
base repository: williballenthin/python-idb
base: master
head repository: invano/python-idb
compare: master
- 20 commits
- 5 files changed
- 1 contributor
Commits on May 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 49061b5 - Browse repository at this point
Copy the full SHA 49061b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63fa0b5 - Browse repository at this point
Copy the full SHA 63fa0b5View commit details
Commits on May 19, 2019
-
idapython: add idaapi.get_func_qty, idaapi.getn_func, idaapi.get_name
also expose BADADDR from idc as done in real IDA
Configuration menu - View commit details
-
Copy full SHA for 6f9c9b1 - Browse repository at this point
Copy the full SHA 6f9c9b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5d9e3e - Browse repository at this point
Copy the full SHA b5d9e3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9add524 - Browse repository at this point
Copy the full SHA 9add524View commit details
Commits on May 21, 2019
-
idapython: add __EA64__ field for 32/64 bits recognition
shim: let __EA64__ pass when filtering attributes starting with __
Configuration menu - View commit details
-
Copy full SHA for 5e13c46 - Browse repository at this point
Copy the full SHA 5e13c46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d728cb - Browse repository at this point
Copy the full SHA 0d728cbView commit details -
idapython: add get_input_file_path
idapython: fix GetInputFile to only return the basename, like IDA does
Configuration menu - View commit details
-
Copy full SHA for d34610d - Browse repository at this point
Copy the full SHA d34610dView commit details -
idapython: fix get_func_name to reflect IDA behavior.
get_func_name/GetFunctionName return the name even if ea is in the middle of a function. If ea is outside, return an empty string. idapython: fix get_func_name automatic naming to return uppercase hex digits without leading zeros
Configuration menu - View commit details
-
Copy full SHA for f046558 - Browse repository at this point
Copy the full SHA f046558View commit details -
Configuration menu - View commit details
-
Copy full SHA for db02bc0 - Browse repository at this point
Copy the full SHA db02bc0View commit details -
idapython: fix get_name to give also automatic loc_XXXX labels when c…
…ode is referenced.
Configuration menu - View commit details
-
Copy full SHA for b8f4876 - Browse repository at this point
Copy the full SHA b8f4876View commit details -
idapython: add get_item_end, get_byte, get_word, get_dword, get_qword.
get_item_end code is similar to idc.ItemSize but 1) doesn't force ea to be head 2) check if ea is within a segment. IDA specifications say get_item_end must return 1 on unexplored bytes.
Configuration menu - View commit details
-
Copy full SHA for 0dabfc1 - Browse repository at this point
Copy the full SHA 0dabfc1View commit details -
idapython: adjust ItemSize to use get_item_end
tests: fix an ItemSize test which should return 1 instead of raising an exception. Tested on IDA v6.95-7.1
Configuration menu - View commit details
-
Copy full SHA for 1c5be19 - Browse repository at this point
Copy the full SHA 1c5be19View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdd4650 - Browse repository at this point
Copy the full SHA bdd4650View commit details
Commits on May 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9d09744 - Browse repository at this point
Copy the full SHA 9d09744View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c8396a - Browse repository at this point
Copy the full SHA 5c8396aView commit details -
idapython: add print_insn_mnem, print_operand, get_operand_type,
find_func_end but mantain previous name for API compatibility idapython: add old API name get_long
Configuration menu - View commit details
-
Copy full SHA for 12379d9 - Browse repository at this point
Copy the full SHA 12379d9View commit details -
scripts: allow run_ida_script to forward command line arguments to th…
…e script. Mimic -S switch when using IDA. idapython: add ARGV to idc
Configuration menu - View commit details
-
Copy full SHA for 2af1230 - Browse repository at this point
Copy the full SHA 2af1230View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6ea08c - Browse repository at this point
Copy the full SHA d6ea08cView commit details -
analysis: fix the function owner computation by considering the next …
…field as offset instead of address. analysis: add off() in Unpacker to extract offsets (basically addr with sign conversion)
Configuration menu - View commit details
-
Copy full SHA for bfcc2e6 - Browse repository at this point
Copy the full SHA bfcc2e6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master