idapython icon indicating copy to clipboard operation
idapython copied to clipboard

Automatically exported from code.google.com/p/idapython

Results 28 idapython issues
Sort by recently updated
recently updated
newest added

The file `example/chooser.py` doesn't work in ida7.0,how can we use `Choose` in ida7.0?

``` idc.AskFile is documented to set a filetype mask. however, it is using idaapi.askfile_c and not idaapi.askfile2_c, and sets the default file path and not a mask. ``` Original issue...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Get a func_t instance (using idaapi.get_func) 2. Compare it to None What is the expected output? What do you see instead? I...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Add sys.path.append('/path/to/another/pythonpath/directory') to get_user_idadir()/idapythonrc.py i.e. sys.path.append('/path/to/custom-module/') 2. Try to import a module located in the pythonpath from IDAPython's commandline. i.e. import mymodule...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. I install the python-igraph on windows xpsp3, the version is python-igraph-0.6.5.win32-py2.6.msi (md5) 2. I try to import igraph using idapython in idapro6.2...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. python command - help("modules") What is the expected output? What do you see instead? > Please wait a moment while I gather...

Priority-Medium
Type-Defect
auto-migrated

``` Hello. idc.py contains functions GetExceptionQty and GetExceptionCode which calls idaapi.get_exception_qty() idaapi.get_exception_code() But module idaapi doesn't include this functions. Tested under idapython 1.5.3_ida6.2_py2.7_win32. ``` Original issue reported on code.google.com by...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Building with the --with-hexrays option, as in python build.py --with-hexrays 2. 3. What is the expected output? What do you see instead?...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. load a large 16 bit dos application which has lots of segments 2. navigate to a function roughly in the middle of...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Open ida pro 2. open some idb 3. load https://github.com/quarkslab/qb-sync plugin (or any other) 4. When calling formtopysidewidget in OnCreate idapro shows...

Priority-Medium
Type-Defect
auto-migrated