Commit Graph

  • 7ed285b8b0 build-1.2.90 elias.bachaalany 2010-01-04 12:50:12 +00:00
  • ab7a03431e idc.py: RefreshDebuggerMemory() was broken elias.bachaalany 2009-11-13 12:24:06 +00:00
  • 0e9f53eaad bytes.i: wrapped nextthat/prevthat() elias.bachaalany 2009-10-30 14:18:28 +00:00
  • 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 +00:00
  • 7970f9696d added from_cobject method to both loader_input_t and qfile_t python classes elias.bachaalany 2009-10-29 11:31:53 +00:00
  • b9465ab7f6 diskio.i: wrapped enumerate_files and enumerate_system_files elias.bachaalany 2009-10-21 11:51:31 +00:00
  • 06e3f4f80f minor changes elias.bachaalany 2009-10-21 11:50:51 +00:00
  • 62b9382ee8 diskio.i: wrapped linput_t* related functions into loader_input_t python class elias.bachaalany 2009-10-21 11:49:41 +00:00
  • 608c8f0eb8 wrapped qfile related functions in a qfile_t class elias.bachaalany 2009-10-21 11:44:43 +00:00
  • dac4a0629e minor changes elias.bachaalany 2009-10-21 08:49:53 +00:00
  • a4627a6d36 ida.i: fixed %ignore so we ignore functions from the idainfo class elias.bachaalany 2009-10-21 08:49:38 +00:00
  • 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 +00:00
  • 99c60a82de idautils.py: added procregs to identify registers and modified DecodeInstruction(). elias.bachaalany 2009-10-19 07:17:22 +00:00
  • c21a932cec idc.py: Whitespace and indentation fixes gergely.erdelyi 2009-10-17 21:12:15 +00:00
  • cb57938dcc idc.py: Fixed RunTo() and GetExceptionQty() gergely.erdelyi 2009-10-17 21:08:36 +00:00
  • 9d3fb35f87 has_key() is slowly getting deprecated. Might make sense to stop using it. gergely.erdelyi 2009-10-17 20:54:08 +00:00
  • bbf6b2e547 idautils.py: Rearranged function order to be more logical gergely.erdelyi 2009-10-17 20:46:51 +00:00
  • 2edeeae88b idautils.py: Classes are all newskool. Fixed a pylint warning. gergely.erdelyi 2009-10-17 20:43:09 +00:00
  • 8e66e14588 idautils.py: Small whitespace and indentation fixes gergely.erdelyi 2009-10-17 20:38:40 +00:00
  • 9c80378afe idautils.py: Added missing self gergely.erdelyi 2009-10-17 20:33:09 +00:00
  • 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 +00:00
  • b09eea4de8 idapython was not compiling since r239 (it was using an unpublished API) elias.bachaalany 2009-10-12 11:13:25 +00:00
  • 9917459559 idautils.py: Added Threads() iterator to enum threads elias.bachaalany 2009-10-05 10:35:27 +00:00
  • 4191b186d9 kernwin.i: added code markers to choose2 wrapper code (for easier maintenance) elias.bachaalany 2009-10-05 10:34:29 +00:00
  • 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 +00:00
  • 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 +00:00
  • 7ea3709021 graph.i: added graph support (works only with the GUI version) elias.bachaalany 2009-10-02 17:40:26 +00:00
  • d278419064 added Choose2() support elias.bachaalany 2009-09-24 14:20:29 +00:00
  • 56f6dc02be kernwin.i: fixed a reference leak elias.bachaalany 2009-09-24 10:43:25 +00:00
  • 9f4df6991f idautils.py: GetDataList() was not working with 64bit addresses elias.bachaalany 2009-09-24 10:42:09 +00:00
  • 45099f4ad4 idautils.py: added qword support for GetDataList() elias.bachaalany 2009-09-23 07:03:16 +00:00
  • 5e0deab556 typeinf.i: fixed %rename directive for load_til_header() elias.bachaalany 2009-09-22 15:39:50 +00:00
  • 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 +00:00
  • 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 +00:00
  • 910f88f6b7 - added NearestName class elias.bachaalany 2009-09-17 11:48:18 +00:00
  • 3ea31d70c7 - wrapped get_debug_names() (check ex_debug_names.py) elias.bachaalany 2009-09-17 11:46:35 +00:00
  • 38b7c484f3 gdl.i: Small typo and whitespace fixes gergely.erdelyi 2009-09-16 19:01:45 +00:00
  • 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 +00:00
  • e51eb69e3a idautils.py: Small docstring formatting fixes. gergely.erdelyi 2009-09-13 17:37:43 +00:00
  • 5e93f49c97 python.cpp: More places allow breaking of long-running scripts. Thanks Elias for the patch! gergely.erdelyi 2009-09-13 17:37:04 +00:00
  • 08ea62d8fa kernwin.i: Copying strings with strcpy is baad. Thanks Elias for the patch! gergely.erdelyi 2009-09-13 17:36:05 +00:00
  • 39d692c258 idc.py: Removed redundant definition of OpFloat() gergely.erdelyi 2009-09-07 17:16:06 +00:00
  • 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 +00:00
  • fb507d9f85 idautils.py: Added FuncItems() and DecodeInstruction(). Thanks to Elias Bachaalany for the patch. gergely.erdelyi 2009-09-07 17:08:30 +00:00
  • 5b0260c301 idaapi.i: Added typedef for error_t gergely.erdelyi 2009-08-30 12:18:15 +00:00
  • 02c6a5519e idc.py: IDC wrapper brought up to par with IDA 5.5 gergely.erdelyi 2009-08-30 12:17:50 +00:00
  • 88f7e089aa init.py: Removed obsolete warning filtering gergely.erdelyi 2009-08-30 11:15:41 +00:00
  • 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 +00:00
  • 013546b569 init.py: idaapi is now imported by default to the main namespace gergely.erdelyi 2009-07-21 19:47:00 +00:00
  • a01b3fbde0 Removed few FIXMEs gergely.erdelyi 2009-07-21 19:43:19 +00:00
  • 1a4a43a389 structure.py: Use -1 instead of BADADDR is IDC mandates gergely.erdelyi 2009-07-21 19:42:58 +00:00
  • 860c96daf3 STATUS.txt: Updated the wrapping status gergely.erdelyi 2009-07-21 19:41:47 +00:00
  • 2395fd6b1d funcs.i: Added get_sig_filename() and get_idasgn_title() gergely.erdelyi 2009-07-21 19:31:06 +00:00
  • 573ffccc4e idd.i: The char member is now converted, for real. No syntax errors. gergely.erdelyi 2009-07-21 19:29:15 +00:00
  • b9f442ee1d idd.i: register_info_t.dtyp is now converted to an integer gergely.erdelyi 2009-07-21 18:55:07 +00:00
  • b22d629990 build.py: Version bumped to 1.2.90 gergely.erdelyi 2009-07-21 18:49:56 +00:00
  • b184767ba0 ua.i: insn_t char members are converted to integers gergely.erdelyi 2009-07-21 18:45:58 +00:00
  • 3eb4d4710a ua.i: op_t char member (n, offb, etc.) are now correctly converted to integers gergely.erdelyi 2009-07-21 18:38:51 +00:00
  • 9530fbacfa init.py: Replace non-printable characters in stdout/stderr going to the message window gergely.erdelyi 2009-07-21 18:10:02 +00:00
  • 9876c4ffa7 init.py: __file__ path is properly set for scripts run with Alt-9 gergely.erdelyi 2009-07-19 17:22:21 +00:00
  • b0d8723ccb idc.py: AddStrucMember() and SetMemberType() switched to native IDC implementation gergely.erdelyi 2009-07-17 17:58:57 +00:00
  • 09ead310b7 Updated the changelog gergely.erdelyi 2009-07-12 16:03:43 +00:00
  • b826f615c9 Tagging version 1.2.0 build-1.2.0 gergely.erdelyi 2009-07-12 15:56:55 +00:00
  • c25f1a0121 build.py: Version bumped to 1.2.0 gergely.erdelyi 2009-07-12 15:20:51 +00:00
  • e64fdf16b3 idc.py: GetFchunkAttr() now calls the IDC implementation and should return identical results gergely.erdelyi 2009-07-12 15:05:49 +00:00
  • 5cb6044277 idautils.py: Clarified the note in Functions() gergely.erdelyi 2009-07-12 14:35:13 +00:00
  • 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 +00:00
  • b5f3edf5fc idautils.py: Functions() now work properly if start is not inside a defined function gergely.erdelyi 2009-06-25 16:11:17 +00:00
  • dadf628feb Small batch of IDA 5.5 compatibility fixes. gergely.erdelyi 2009-06-20 13:51:07 +00:00
  • 2cc8e934f6 Readme and changelog updates gergely.erdelyi 2009-05-23 16:56:26 +00:00
  • e0de735f3d build.py: 64-bit building is now really optional gergely.erdelyi 2009-05-23 16:55:49 +00:00
  • 7d468f3b94 Intentation consistency and misc formatting fixes gergely.erdelyi 2009-05-23 16:35:50 +00:00
  • f2e422d208 idc.py: Fixed a wrong copy & paste gergely.erdelyi 2009-05-23 16:35:07 +00:00
  • d197df5653 idc.py: Added 64-bit versions of constants gergely.erdelyi 2009-05-23 15:33:25 +00:00
  • 3fbe778385 init.py: Banner now includes if the plugin is a 64-bit build gergely.erdelyi 2009-05-23 15:33:03 +00:00
  • dec108c25b build.py: Removed a bit of dead code gergely.erdelyi 2009-05-23 14:41:26 +00:00
  • 5a66395061 64-bit build support. Thanks to Ariel Shiftan and Itai Shaham for the initial patch. gergely.erdelyi 2009-05-23 14:40:01 +00:00
  • 05e10a0f25 python.cpp: Small cleanups and formatting fixes gergely.erdelyi 2009-05-22 20:05:36 +00:00
  • ef9921587b python.cpp: Indentation consistency and misc formatting fixes gergely.erdelyi 2009-05-22 15:59:38 +00:00
  • 260c813f05 build.py: Removed unnecessary link parameters gergely.erdelyi 2009-05-21 19:32:16 +00:00
  • 097a6ae4b0 python.cpp: Importing binary Python extensions now works more reliably on Linux. Thanks to Phil Ashby for the patch! gergely.erdelyi 2009-05-21 19:28:13 +00:00
  • 791fde6af7 Fixed netnode::getblob() gergely.erdelyi 2009-05-04 19:07:51 +00:00
  • 9b6a6eda86 netnode.i: netnode::hashval with the netnode_idx argument is now called hashval_idx to make the other version work gergely.erdelyi 2009-05-04 19:06:16 +00:00
  • b4d2b3f813 idapythonrc.py: Added example for setting the script run timeout gergely.erdelyi 2009-05-04 19:04:33 +00:00
  • 6d6f4f70fc Long-running scripts can now be cancelled (in the GUI version) . Thanks to Igor Skochinsky for the original patch. gergely.erdelyi 2009-05-03 20:26:47 +00:00
  • 78ca9145bf build.py: Version bumped to 1.1.91 gergely.erdelyi 2009-05-03 20:25:07 +00:00
  • b21e3b5230 idc.py: Added OpFloat() idc.py: Stricter type check in SetRegValue(). Thanks to Igor Skochinsky for the patches. gergely.erdelyi 2009-04-28 16:13:57 +00:00
  • d26536abd4 idautils.py: Heads() and Functions() now used inf.minEA and inf.maxEA as default parameters idautils.py: Heads() will not yield a head at 'start' if there is none gergely.erdelyi 2009-04-27 18:20:02 +00:00
  • 769e9d70f4 idautils.py: Many functions converted to generators gergely.erdelyi 2009-04-27 18:05:14 +00:00
  • 864165a44c Added support for retrieving large local types gergely.erdelyi 2009-04-27 17:38:17 +00:00
  • 5e1871f485 build.py: Fix for building under Vista. Thanks to Itai Shaham for the report! gergely.erdelyi 2009-04-26 18:36:35 +00:00
  • 1c4a240cfb Updated year in copyright strings gergely.erdelyi 2009-04-26 18:28:59 +00:00
  • 5876f4324f pro.i: Updated %ignore list gergely.erdelyi 2009-04-26 18:25:57 +00:00
  • 252fcf8052 idc.py: A batch of docstring fixes. Thanks to Ange Albertini for the patch! gergely.erdelyi 2009-04-25 17:55:37 +00:00
  • f9f30154d2 Fixed build script to work on x86_64 Linux. Thanks to Christian Blichmann for the patch! gergely.erdelyi 2009-04-21 16:48:47 +00:00
  • 8f69725171 Removed obsolete patch copy from build script. Thanks to Itai Shaham for the report. gergely.erdelyi 2009-04-21 15:52:43 +00:00
  • a91da72224 Removed obsolete IDA 5.3 SDK patch. 5.4 does not need any special patches gergely.erdelyi 2009-03-29 17:09:36 +00:00
  • 56476d656a %feature("compactdefaultargs") is now global Added support for void * + len input/output buffers (many netnodes function use it) gergely.erdelyi 2009-03-29 16:55:31 +00:00
  • 265db07b35 Added type definition binary_output_or_none to accept void * output buffers with size gergely.erdelyi 2009-03-29 16:54:13 +00:00
  • a447822586 build.py: Version bumped to 1.1.90 gergely.erdelyi 2009-03-29 16:51:49 +00:00