Commit Graph

  • 53d99a141a - Fixed a really subtle bug in some of the uses of _IDC_SetAttr(). In a couple of locations the call is made as part of the condition of an IF. But _IDC_SetAttr() will always return None ( "return setattr(obj, attrmap[attroffs][1], value)" ), leading to the value being properly set in the instance but never updated in the IDB. Which led to mysterious behavior because of "vanishing" attributes ero.carrera@gmail.com 2010-04-12 17:12:23 +0000
  • 4bd83af5a3 Custom Viewer: - renamed customview to customviewer - added GetCurrentWord() elias.bachaalany 2010-03-25 11:52:03 +0000
  • 0c11d8f170 minor code style modification elias.bachaalany 2010-03-22 14:22:17 +0000
  • ab81000187 - added GetInstructionList() and GetRegisterList() to idautils.py - ignored processor_t and ph global variable elias.bachaalany 2010-03-22 14:21:43 +0000
  • 729084a1ff added Custom Viewer support elias.bachaalany 2010-03-22 14:19:43 +0000
  • f57af01a21 bugfix: import enumeration did not handle imports by ordinal properly elias.bachaalany 2010-03-17 11:30:28 +0000
  • ee8fab6c4c Changed version to 1.3.2 and uploaded a precompiled version for Windows and IDA Pro 5.6 elias.bachaalany 2010-03-05 11:45:44 +0000
  • 8e78513e91 - minor code cleanup - updated CHANGES.txt - nalt.i: forgot to release reference for callback result (in py_import_enum_cb()) elias.bachaalany 2010-03-05 11:35:28 +0000
  • 57d37a638a Added import enumeration support. Check exmples\ex_imports.py elias.bachaalany 2010-03-05 11:18:25 +0000
  • b935e24aba - some code cleanup - added idaapi. struct_unpack / copy_bits / as_signed utility functions - added pywraps.hpp utility header elias.bachaalany 2010-03-05 11:16:27 +0000
  • 33c93df0cf GetDouble() and GetFloat() now use idaapi.get_many_bytes() elias.bachaalany 2010-03-05 10:59:23 +0000
  • 7d32ff30f0 Added get_many_bytes(ea, size) -> String | None elias.bachaalany 2010-03-05 10:20:42 +0000
  • 42a2f7f630 bugfix: linput_t was accessing uninitialized variable in some cases elias.bachaalany 2010-02-16 15:21:49 +0000
  • 8b7625f145 qfile_t._from_fp was broken elias.bachaalany 2010-02-15 11:58:44 +0000
  • 06e8cad773 bugfix: IDAPython_extlang_create_object may cause exceptions to be reported to the running Python script if called with an invalid object name elias.bachaalany 2010-02-12 13:16:37 +0000
  • e056f5670f bugfix: string conversion routine was returning size+1 elias.bachaalany 2010-02-12 12:56:14 +0000
  • 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 elias.bachaalany 2010-02-12 12:45:10 +0000
  • dd5273fee9 init.py: modules loaded by user scripts are now unloaded when the script finishes. No more reload() needed. Thanks to cbwhiz for the idea. gergely.erdelyi 2010-02-04 20:58:38 +0000
  • e1298031ac Alt-7 uses runscript() to run scripts gergely.erdelyi 2010-02-04 20:44:37 +0000
  • 5ec97ef3aa idautils.py: Functions() will return the correct list of functions even in large binaries gergely.erdelyi 2010-02-04 20:29:50 +0000
  • ea4cd26a6a MakeArray and GetStringType: were using an old type name GetLongPrm and SetLongPrm were not working with INF_PROCNAME elias.bachaalany 2010-01-27 09:52:22 +0000
  • a39ada9fb6 idapython menus would duplicate each time a database is opened elias.bachaalany 2010-01-18 10:56:36 +0000
  • d7c6f94f08 bugfix: SetRegEx and GetReg were only working with x86 segment registers elias.bachaalany 2010-01-18 10:55:33 +0000
  • 277facf240 IDAPython 1.3.0 / IDA Pro 5.6 elias.bachaalany 2010-01-05 18:24:04 +0000
  • 7ed285b8b0 build-1.2.90 elias.bachaalany 2010-01-04 12:50:12 +0000
  • ab7a03431e idc.py: RefreshDebuggerMemory() was broken elias.bachaalany 2009-11-13 12:24:06 +0000
  • 0e9f53eaad bytes.i: wrapped nextthat/prevthat() elias.bachaalany 2009-10-30 14:18:28 +0000
  • 01601d7eea idapython: it is possible to load IdaPython at an early stage and keep it loaded as long as IDA is running. (One needs to pass the "--early-load" switch to build.py) elias.bachaalany 2009-10-29 11:37:24 +0000
  • 7970f9696d added from_cobject method to both loader_input_t and qfile_t python classes elias.bachaalany 2009-10-29 11:31:53 +0000
  • b9465ab7f6 diskio.i: wrapped enumerate_files and enumerate_system_files elias.bachaalany 2009-10-21 11:51:31 +0000
  • 06e3f4f80f minor changes elias.bachaalany 2009-10-21 11:50:51 +0000
  • 62b9382ee8 diskio.i: wrapped linput_t* related functions into loader_input_t python class elias.bachaalany 2009-10-21 11:49:41 +0000
  • 608c8f0eb8 wrapped qfile related functions in a qfile_t class elias.bachaalany 2009-10-21 11:44:43 +0000
  • dac4a0629e minor changes elias.bachaalany 2009-10-21 08:49:53 +0000
  • a4627a6d36 ida.i: fixed %ignore so we ignore functions from the idainfo class elias.bachaalany 2009-10-21 08:49:38 +0000
  • 3862f05f3f build.py: slightly modified the build.py script so that it can be imported and used from other build scripts elias.bachaalany 2009-10-19 07:21:22 +0000
  • 99c60a82de idautils.py: added procregs to identify registers and modified DecodeInstruction(). elias.bachaalany 2009-10-19 07:17:22 +0000
  • c21a932cec idc.py: Whitespace and indentation fixes gergely.erdelyi 2009-10-17 21:12:15 +0000
  • cb57938dcc idc.py: Fixed RunTo() and GetExceptionQty() gergely.erdelyi 2009-10-17 21:08:36 +0000
  • 9d3fb35f87 has_key() is slowly getting deprecated. Might make sense to stop using it. gergely.erdelyi 2009-10-17 20:54:08 +0000
  • bbf6b2e547 idautils.py: Rearranged function order to be more logical gergely.erdelyi 2009-10-17 20:46:51 +0000
  • 2edeeae88b idautils.py: Classes are all newskool. Fixed a pylint warning. gergely.erdelyi 2009-10-17 20:43:09 +0000
  • 8e66e14588 idautils.py: Small whitespace and indentation fixes gergely.erdelyi 2009-10-17 20:38:40 +0000
  • 9c80378afe idautils.py: Added missing self gergely.erdelyi 2009-10-17 20:33:09 +0000
  • 2f31ce656b build.py: now build.py will use the "IDA" environment variable (if it exists) to tell where the SDK is. elias.bachaalany 2009-10-16 12:07:18 +0000
  • b09eea4de8 idapython was not compiling since r239 (it was using an unpublished API) elias.bachaalany 2009-10-12 11:13:25 +0000
  • 9917459559 idautils.py: Added Threads() iterator to enum threads elias.bachaalany 2009-10-05 10:35:27 +0000
  • 4191b186d9 kernwin.i: added code markers to choose2 wrapper code (for easier maintenance) elias.bachaalany 2009-10-05 10:34:29 +0000
  • 5fe579530a dbg.i/idd.i: wrapped some functions from the dbg/debugger_t class: get_manual_regions/dbg_get_memory_info/dbg_get_registers/dbg_get_thread_sreg_base/dbg_read_memory/dbg_write_memory/dbg_can_query elias.bachaalany 2009-10-05 10:30:50 +0000
  • e2a0ee8204 graph.i: fixed a small bug with gettext / background color - removed some whitespaces - added some code markers elias.bachaalany 2009-10-05 10:28:01 +0000
  • 7ea3709021 graph.i: added graph support (works only with the GUI version) elias.bachaalany 2009-10-02 17:40:26 +0000
  • d278419064 added Choose2() support elias.bachaalany 2009-09-24 14:20:29 +0000
  • 56f6dc02be kernwin.i: fixed a reference leak elias.bachaalany 2009-09-24 10:43:25 +0000
  • 9f4df6991f idautils.py: GetDataList() was not working with 64bit addresses elias.bachaalany 2009-09-24 10:42:09 +0000
  • 45099f4ad4 idautils.py: added qword support for GetDataList() elias.bachaalany 2009-09-23 07:03:16 +0000
  • 5e0deab556 typeinf.i: fixed %rename directive for load_til_header() elias.bachaalany 2009-09-22 15:39:50 +0000
  • 8bf3e2054d kernwin.i: added add_menu_item to ignore list (it was being wrapped twice (as overloaded function)) elias.bachaalany 2009-09-22 15:38:57 +0000
  • 4e02442b9a idp.i: added AssembleLine() which is similar to assemble() but assembles into a buffer instead idautils.py: added Assemble() utility function elias.bachaalany 2009-09-22 14:36:55 +0000
  • 910f88f6b7 - added NearestName class elias.bachaalany 2009-09-17 11:48:18 +0000
  • 3ea31d70c7 - wrapped get_debug_names() (check ex_debug_names.py) elias.bachaalany 2009-09-17 11:46:35 +0000
  • 38b7c484f3 gdl.i: Small typo and whitespace fixes gergely.erdelyi 2009-09-16 19:01:45 +0000
  • e27524cca5 idautils: added Strings class to enumerate strings (check ex_strings.py) gdl.i: added FlowChart and BasicBlock classes (check examples / ex_gdl_qflow_chart) idc.py : fixed MakeName() and AnalyseArea() (they were not returning return values) elias.bachaalany 2009-09-16 14:00:31 +0000
  • e51eb69e3a idautils.py: Small docstring formatting fixes. gergely.erdelyi 2009-09-13 17:37:43 +0000
  • 5e93f49c97 python.cpp: More places allow breaking of long-running scripts. Thanks Elias for the patch! gergely.erdelyi 2009-09-13 17:37:04 +0000
  • 08ea62d8fa kernwin.i: Copying strings with strcpy is baad. Thanks Elias for the patch! gergely.erdelyi 2009-09-13 17:36:05 +0000
  • 39d692c258 idc.py: Removed redundant definition of OpFloat() gergely.erdelyi 2009-09-07 17:16:06 +0000
  • e48d6a99ff bytes.i: Added invalidate_dbgmem_config() and invalidate_dbgmem_contents(). Thanks to Elias Bachaalany for the patch. gergely.erdelyi 2009-09-07 17:14:21 +0000
  • fb507d9f85 idautils.py: Added FuncItems() and DecodeInstruction(). Thanks to Elias Bachaalany for the patch. gergely.erdelyi 2009-09-07 17:08:30 +0000
  • 5b0260c301 idaapi.i: Added typedef for error_t gergely.erdelyi 2009-08-30 12:18:15 +0000
  • 02c6a5519e idc.py: IDC wrapper brought up to par with IDA 5.5 gergely.erdelyi 2009-08-30 12:17:50 +0000
  • 88f7e089aa init.py: Removed obsolete warning filtering gergely.erdelyi 2009-08-30 11:15:41 +0000
  • ab34ed6573 init.py: runscript() now works on Python 2.6 too. Thanks to Christian Blichmann for the patch. gergely.erdelyi 2009-08-28 17:03:59 +0000
  • 013546b569 init.py: idaapi is now imported by default to the main namespace gergely.erdelyi 2009-07-21 19:47:00 +0000
  • a01b3fbde0 Removed few FIXMEs gergely.erdelyi 2009-07-21 19:43:19 +0000
  • 1a4a43a389 structure.py: Use -1 instead of BADADDR is IDC mandates gergely.erdelyi 2009-07-21 19:42:58 +0000
  • 860c96daf3 STATUS.txt: Updated the wrapping status gergely.erdelyi 2009-07-21 19:41:47 +0000
  • 2395fd6b1d funcs.i: Added get_sig_filename() and get_idasgn_title() gergely.erdelyi 2009-07-21 19:31:06 +0000
  • 573ffccc4e idd.i: The char member is now converted, for real. No syntax errors. gergely.erdelyi 2009-07-21 19:29:15 +0000
  • b9f442ee1d idd.i: register_info_t.dtyp is now converted to an integer gergely.erdelyi 2009-07-21 18:55:07 +0000
  • b22d629990 build.py: Version bumped to 1.2.90 gergely.erdelyi 2009-07-21 18:49:56 +0000
  • b184767ba0 ua.i: insn_t char members are converted to integers gergely.erdelyi 2009-07-21 18:45:58 +0000
  • 3eb4d4710a ua.i: op_t char member (n, offb, etc.) are now correctly converted to integers gergely.erdelyi 2009-07-21 18:38:51 +0000
  • 9530fbacfa init.py: Replace non-printable characters in stdout/stderr going to the message window gergely.erdelyi 2009-07-21 18:10:02 +0000
  • 9876c4ffa7 init.py: __file__ path is properly set for scripts run with Alt-9 gergely.erdelyi 2009-07-19 17:22:21 +0000
  • b0d8723ccb idc.py: AddStrucMember() and SetMemberType() switched to native IDC implementation gergely.erdelyi 2009-07-17 17:58:57 +0000
  • 09ead310b7 Updated the changelog gergely.erdelyi 2009-07-12 16:03:43 +0000
  • b826f615c9 Tagging version 1.2.0 build-1.2.0 gergely.erdelyi 2009-07-12 15:56:55 +0000
  • c25f1a0121 build.py: Version bumped to 1.2.0 gergely.erdelyi 2009-07-12 15:20:51 +0000
  • e64fdf16b3 idc.py: GetFchunkAttr() now calls the IDC implementation and should return identical results gergely.erdelyi 2009-07-12 15:05:49 +0000
  • 5cb6044277 idautils.py: Clarified the note in Functions() gergely.erdelyi 2009-07-12 14:35:13 +0000
  • 700dcef6cd idautils.py: Added notes about Functions()'s behaviour when a function has chunks in multiple segments gergely.erdelyi 2009-07-12 14:31:03 +0000
  • b5f3edf5fc idautils.py: Functions() now work properly if start is not inside a defined function gergely.erdelyi 2009-06-25 16:11:17 +0000
  • dadf628feb Small batch of IDA 5.5 compatibility fixes. gergely.erdelyi 2009-06-20 13:51:07 +0000
  • 2cc8e934f6 Readme and changelog updates gergely.erdelyi 2009-05-23 16:56:26 +0000
  • e0de735f3d build.py: 64-bit building is now really optional gergely.erdelyi 2009-05-23 16:55:49 +0000
  • 7d468f3b94 Intentation consistency and misc formatting fixes gergely.erdelyi 2009-05-23 16:35:50 +0000
  • f2e422d208 idc.py: Fixed a wrong copy & paste gergely.erdelyi 2009-05-23 16:35:07 +0000
  • d197df5653 idc.py: Added 64-bit versions of constants gergely.erdelyi 2009-05-23 15:33:25 +0000
  • 3fbe778385 init.py: Banner now includes if the plugin is a 64-bit build gergely.erdelyi 2009-05-23 15:33:03 +0000
  • dec108c25b build.py: Removed a bit of dead code gergely.erdelyi 2009-05-23 14:41:26 +0000