elias.bachaalany
ac5d88a83b
IDAPython 1.4.3:
...
- IDA 6.0 support
- Python CLI now prints expression evaluation result (no need to use print())
- Changed Alt-8 to Ctrl-F3 (because it conflicts with window switching key Alt+n)
- Added get_highlighted_identifier()
- Added PluginForm class to allow UI development with either PyQt4 or PySide
- Added idautils.Entries() to enumerate entrypoints
- idc / AddConst() was broken
- Minor fixes
2010-11-10 13:58:08 +00:00
elias.bachaalany
1d2f1d1f07
Committed last updates to IDAPython 1.4.2
2010-10-07 09:47:04 +00:00
elias.bachaalany
80896bc1d9
Minor modifications:
...
- function documentation update
- removed some white spaces
2010-09-17 12:06:30 +00:00
elias.bachaalany
36c814331a
Some Appcall methods would fail if passed addresses with value zero
2010-09-17 12:04:27 +00:00
elias.bachaalany
0f64f33981
Command completion was broken after last changes
2010-09-17 12:03:24 +00:00
elias.bachaalany
40d46c34a9
command completion will propose '(' for callables and '[' for iterables
2010-08-17 12:32:59 +00:00
elias.bachaalany
67c94b2f02
idaapi.dbg_get_registers() was crashing with registers that had a custom format
2010-08-17 12:31:36 +00:00
elias.bachaalany
686e018bdc
- updated debughook example
...
- wrapped print_type
- minor mods to idc.py
- added idautils.GetIdbDir
- added Names()
- added Modules()
- added idautils.peutils_t()
- simplecustviewer_t.GetLineNo() now returns -1 on failure
- idc.py / setregval: it was not possible to set register values > 0x7fffffff
2010-07-27 14:44:31 +00:00
elias.bachaalany
97a9805336
added command completion
2010-07-19 13:00:33 +00:00
elias.bachaalany
6b0dfd84c0
IDAPython 1.4.1:
...
- added AUTHORS.txt and changed the banner
- IDAPython_ExecFile() will print script execution errors to the log window too
- added 'ph' into idaapi. It is a replacement for idaapi.cvar.ph
- added runscript to init.py for backward compatibility
- added cli_t support
2010-07-16 12:07:49 +00:00
elias.bachaalany
8495e5205b
- renamed pywraps related utility functions to PyW_
...
- refactored some code
- fixed some potential PyObject leaks
- added cli_t support
2010-07-13 16:43:53 +00:00
elias.bachaalany
5b59791156
added dbg_is_loaded()
2010-06-29 10:49:28 +00:00
elias.bachaalany
3a5063330c
IDAPython 1.4.0 - IDA Pro 5.7 support
2010-06-28 12:36:40 +00:00
elias.bachaalany
5f2262fad9
fixed issue 51
2010-06-04 15:02:33 +00:00
elias.bachaalany
8ecfe8b218
dbghooks / dbg_request_error was broken
2010-06-04 15:01:51 +00:00
elias.bachaalany
7da6dd916c
idd.i: dbg_can_query() was returning false when called from a bpt condition
...
idc.py: AskStr() was calling idaapi.askstr w/ wrong parameter
2010-05-13 09:36:56 +00:00
elias.bachaalany
5cede13626
graph.i: AddCommand() was broken
...
- updated the ex_graph.py sample
- updated function usage comments
2010-05-06 07:56:25 +00:00
elias.bachaalany
69e35391a5
idd.i: added dbg_get_name() to get the current debugger's name
2010-05-05 13:11:36 +00:00
elias.bachaalany
0c6b9b31b9
graph.i: OnDeactivate() was not being called.
2010-04-27 13:28:26 +00:00
gergely.erdelyi
1157ea1487
kernwin.i: simplecustviewer_t removed from the non-Windows builds
2010-04-26 19:56:52 +00:00
elias.bachaalany
dc20f63143
fix [issue 48]: customviewer is now enabled for Windows builds only
2010-04-26 08:02:20 +00:00
elias.bachaalany
0dfdad1f42
Manually wrapped run_plugin() and load_plugin()
...
(No need to have swig generate a class for plugin_t)
2010-04-23 10:55:20 +00:00
elias.bachaalany
0acf7aa44a
Applied patch (issue47) by humeafo
2010-04-23 10:52:53 +00:00
elias.bachaalany
3e0343daf5
bugfix: unpack_object_from_bv() and unpack_object_from_idb() were leaking objects
2010-04-23 10:51:49 +00:00
elias.bachaalany
4bd83af5a3
Custom Viewer:
...
- renamed customview to customviewer
- added GetCurrentWord()
2010-03-25 11:52:03 +00:00
elias.bachaalany
0c11d8f170
minor code style modification
2010-03-22 14:22:17 +00:00
elias.bachaalany
ab81000187
- added GetInstructionList() and GetRegisterList() to idautils.py
...
- ignored processor_t and ph global variable
2010-03-22 14:21:43 +00:00
elias.bachaalany
729084a1ff
added Custom Viewer support
2010-03-22 14:19:43 +00:00
elias.bachaalany
f57af01a21
bugfix: import enumeration did not handle imports by ordinal properly
2010-03-17 11:30:28 +00:00
elias.bachaalany
8e78513e91
- minor code cleanup
...
- updated CHANGES.txt
- nalt.i: forgot to release reference for callback result (in py_import_enum_cb())
2010-03-05 11:35:28 +00:00
elias.bachaalany
57d37a638a
Added import enumeration support. Check exmples\ex_imports.py
2010-03-05 11:18:25 +00:00
elias.bachaalany
b935e24aba
- some code cleanup
...
- added idaapi. struct_unpack / copy_bits / as_signed utility functions
- added pywraps.hpp utility header
2010-03-05 11:16:27 +00:00
elias.bachaalany
7d32ff30f0
Added get_many_bytes(ea, size) -> String | None
2010-03-05 10:20:42 +00:00
elias.bachaalany
42a2f7f630
bugfix: linput_t was accessing uninitialized variable in some cases
2010-02-16 15:21:49 +00:00
elias.bachaalany
8b7625f145
qfile_t._from_fp was broken
2010-02-15 11:58:44 +00:00
elias.bachaalany
06e8cad773
bugfix: IDAPython_extlang_create_object may cause exceptions to be reported to the running Python script if called with an invalid object name
...
minor changes: removed trailing spaces from files
2010-02-12 13:16:37 +00:00
elias.bachaalany
e056f5670f
bugfix: string conversion routine was returning size+1
...
this was true when only VT_STR existed
2010-02-12 12:56:14 +00:00
elias.bachaalany
bbabb3d6fa
creating opaque types to be used with extlang may crash sometimes:
...
it is bad to keep a reference to add_idc_class() better use find_idc_class() instead
2010-02-12 12:45:10 +00:00
elias.bachaalany
277facf240
IDAPython 1.3.0 / IDA Pro 5.6
...
(For older versions please use the 1.2.90 branch)
2010-01-05 18:24:04 +00:00
elias.bachaalany
ab7a03431e
idc.py: RefreshDebuggerMemory() was broken
2009-11-13 12:24:06 +00:00
elias.bachaalany
0e9f53eaad
bytes.i: wrapped nextthat/prevthat()
2009-10-30 14:18:28 +00:00
elias.bachaalany
7970f9696d
added from_cobject method to both loader_input_t and qfile_t python classes
2009-10-29 11:31:53 +00:00
elias.bachaalany
b9465ab7f6
diskio.i: wrapped enumerate_files and enumerate_system_files
2009-10-21 11:51:31 +00:00
elias.bachaalany
06e3f4f80f
minor changes
2009-10-21 11:50:51 +00:00
elias.bachaalany
62b9382ee8
diskio.i: wrapped linput_t* related functions into loader_input_t python class
2009-10-21 11:49:41 +00:00
elias.bachaalany
608c8f0eb8
wrapped qfile related functions in a qfile_t class
2009-10-21 11:44:43 +00:00
elias.bachaalany
dac4a0629e
minor changes
2009-10-21 08:49:53 +00:00
elias.bachaalany
a4627a6d36
ida.i: fixed %ignore so we ignore functions from the idainfo class
2009-10-21 08:49:38 +00:00
elias.bachaalany
b09eea4de8
idapython was not compiling since r239 (it was using an unpublished API)
2009-10-12 11:13:25 +00:00
elias.bachaalany
4191b186d9
kernwin.i: added code markers to choose2 wrapper code (for easier maintenance)
2009-10-05 10:34:29 +00:00