Commit Graph

  • e3a7369f67 Update README with new IDAPython repository link master Elias Bachaalany 2025-12-24 14:10:14 -08:00
  • af978e79e6 IDAPython for IDA 9.1 Arnaud Diederen 2025-03-13 16:17:53 +01:00
  • ae62cd4df5 IDAPython for IDA 8.4 Arnaud Diederen 2024-02-21 14:22:30 +01:00
  • 6142005952 Backport fixes Arnaud Diederen 2023-12-15 10:22:52 +01:00
  • e1c108a7df Minor updates (pydoc injections) Arnaud Diederen 2023-07-31 16:26:58 +02:00
  • 8f566fe8dd customer_viewer.py: replaced hardcoded VK_... numerical values with IDA's IK_... compatibility constants Elias Bachaalany 2023-06-26 12:08:35 -07:00
  • 19026f08db minor mods: fixed some typos in py_kernwin_custview.py's/Show() docstring Elias Bachaalany 2023-06-25 15:39:45 -07:00
  • d81e2982b2 Backport fixes (ida_idaapi.as_signed/ida_idaapi.as_int32) Arnaud Diederen 2023-06-20 15:30:01 +02:00
  • bf1344dd68 Fix build against the SDK Arnaud Diederen 2023-06-12 14:43:43 +02:00
  • e6841a95a3 IDAPython for IDA 8.3 Arnaud Diederen 2023-06-12 10:39:14 +02:00
  • c99b9db781 Fix: now that 'mbcs' was properly spotted, we would attempt decoding 'str' objects as if they were byte strings Arnaud Diederen 2023-05-23 14:58:10 +02:00
  • dcca75f50e Backport fixes; add bookmarks sample Arnaud Diederen 2023-05-23 12:21:29 +02:00
  • b281924149 idautils: don't use cvar, use the helper functions (#52) Elias Bachaalany 2023-05-20 13:33:04 -07:00
  • 718f810302 Merge pull request #51 from Harding-Stardust/fix-hardcoded-value Elias Bachaalany 2023-05-19 14:40:51 -07:00
  • 11cff555b8 Fix: replaced a magic constant with a constant Harding 2023-05-19 22:50:43 +02:00
  • caeafef297 Merge pull request #47 from lallouslab/ren_peutils Elias Bachaalany 2023-05-13 19:56:46 -07:00
  • bb73c36f12 + added async/await and nonlocal keywords Elias Bachaalany 2023-05-13 19:47:39 -07:00
  • ca804a478b - simplified idautils.Modules() to return the modinfo_t object as is Elias Bachaalany 2023-05-09 20:53:51 -07:00
  • 99bc2ae815 Merge pull request #22 from disconnect3d/patch-1 Elias Bachaalany 2023-05-05 22:30:34 -07:00
  • 6e3899391a Update py_idaapi.py Elias Bachaalany 2023-05-05 22:26:46 -07:00
  • 584f1139f7 Merge pull request #26 from remijullian1/fix/idp-hook-example Elias Bachaalany 2023-05-05 21:47:59 -07:00
  • e2f5d10a5b Merge branch 'master' into fix/idp-hook-example Elias Bachaalany 2023-05-05 21:47:01 -07:00
  • 7fab5f94b4 Merge pull request #48 from lallouslab/py310kwd Elias Bachaalany 2023-05-05 19:25:12 -07:00
  • 70e5c24046 minor mods Elias Bachaalany 2023-05-05 08:01:11 -07:00
  • ced3e36d46 + added highlighting for Python 3.10 keywords Elias Bachaalany 2023-05-04 22:14:04 -07:00
  • 8e3a5f55b3 bugfix: idautils.peutils_t had duplicate definitions of the same function Elias Bachaalany 2023-05-04 20:55:26 -07:00
  • 0bd9d5db5c Update .gitignore Elias Bachaalany 2023-05-04 20:40:17 -07:00
  • df6fcffcac Merge pull request #45 from lallouslab/idc_get_proc_name Elias Bachaalany 2023-04-22 20:28:21 -07:00
  • f9b664ac9c + idc.py: added missing get_processor_name() Elias Bachaalany 2023-04-22 12:38:18 -07:00
  • 44a54d212e Merge pull request #43 from lallouslab/modern-plg Arnaud Diederen 2023-04-07 16:31:21 +02:00
  • d34bb4b45a + added default run/term for modern plugins Elias Bachaalany 2023-04-06 19:52:18 -07:00
  • ab9597c49b fixed typo in custom_graph_with_actions.py Elias Bachaalany 2023-03-31 09:47:48 -07:00
  • 44d7546da9 Update py_kernwin_choose.py Elias Bachaalany 2023-03-21 21:50:24 -07:00
  • 81d6c37933 Update init.py Elias Bachaalany 2023-03-17 11:45:05 -07:00
  • bb426c33ee Backport fixes Arnaud Diederen 2023-02-27 09:37:36 +01:00
  • d108d21ed3 Backport fixes Arnaud Diederen 2023-02-20 09:44:21 +01:00
  • 8ce2ea7146 Backport fixes Arnaud Diederen 2023-02-07 12:26:08 +01:00
  • eaf190072b Merge pull request #42 from 0xeb/hr Elias Bachaalany 2023-02-06 23:47:39 -08:00
  • e06d4d0986 Added missing support for ida_kernwin.Chooser.OnGetEA Arnaud Diederen 2023-01-30 10:49:53 +01:00
  • 50faf9466c fixed bugs introduced in the previous refactoring Elias Bachaalany 2023-01-26 22:46:35 -08:00
  • 67748fc426 Merge remote-tracking branch 'origin/master' into hr Elias Bachaalany 2023-01-26 22:29:17 -08:00
  • bdc46aaaa0 IDAPython: added a mechanism to use the freshly-built modules to perform the pydoc injections check, in case of an out-of-tree build Arnaud Diederen 2023-01-26 12:14:15 +01:00
  • 27fa71c5ac IDAPython for IDA 8.2SP1 Arnaud Diederen 2023-01-26 10:56:52 +01:00
  • 477a02f444 minor mods: use the bool operator on ref_t and co. Elias Bachaalany 2023-01-25 20:57:20 -08:00
  • 4d3da678c0 Merge pull request #40 from 0xeb/choose_ongetattr Arnaud Diederen 2023-01-18 10:09:31 +01:00
  • 000531ae46 Merge pull request #41 from ramikg/fix-extlang-paragraph-in-readme Elias Bachaalany 2023-01-17 09:05:59 -08:00
  • 34b756d554 Fix load_and_run_plugin paragraph in README.md Rami 2023-01-17 18:52:16 +02:00
  • 1284df5188 added bool operator for ref_t and simplified the fix Elias Bachaalany 2023-01-12 22:36:10 -08:00
  • 02c95291c3 + bugfix: IDAPython: Choose.OnGetLineAttr was broken Elias Bachaalany 2023-01-12 21:27:42 -08:00
  • 751a988c7c Merge pull request #37 from ramikg/patch-1 Arnaud Diederen 2023-01-16 11:51:03 +01:00
  • f6c76a6e88 Merge pull request #39 from 0xeb/minor-mods-bld-lnx Arnaud Diederen 2023-01-16 11:49:21 +01:00
  • a2a75975f2 Backported fixes - mostly issues discovered with Python 3.11+ Arnaud Diederen 2023-01-16 11:14:55 +01:00
  • 201a874e81 BUGFIX: IDAPython: upon failure, ida_hexrays.decompile() now always returns None (instead of either throw a ida_hexrays.DecompilationFailure or return None.) Arnaud Diederen 2023-01-16 10:50:06 +01:00
  • a3960ed2f9 fixed another typo Elias Bachaalany 2023-01-11 23:52:46 -08:00
  • f61a071204 Added minor clarification for building the patched SWIG on Linux Elias Bachaalany 2023-01-11 19:57:51 -08:00
  • 6f0b50bba5 Update out-of-date information in README.md ramikg 2023-01-08 06:53:11 +02:00
  • ca0fb1a4c2 Merge pull request #38 from ramikg/patch-2 Elias Bachaalany 2023-01-07 19:16:39 -08:00
  • e1c946123e Delete readme.md ramikg 2023-01-08 00:12:44 +02:00
  • 0db1983de8 Update links in README.md ramikg 2023-01-08 00:11:27 +02:00
  • 901762a8fb Merge pull request #35 from 0xeb/vds_xrefs Elias Bachaalany 2023-01-07 13:51:50 -08:00
  • b79faaaf6a Merge pull request #34 from 0xeb/chooser-show Elias Bachaalany 2023-01-07 13:48:08 -08:00
  • 3fea38f0b6 Merge pull request #36 from 0xeb/remove-obsolete-flags Elias Bachaalany 2023-01-07 13:47:19 -08:00
  • b2b2470474 Removed obsolete flags from the Choose class Elias Bachaalany 2023-01-07 13:46:12 -08:00
  • aed1402239 fixed decompile() calls. Elias Bachaalany 2023-01-07 13:40:16 -08:00
  • 58d8506d60 Show the chooser when the script is launched It is a bit confusing for beginners when they run the script and nothing happens. Now, when the script is launched, it shows the chooser Elias Bachaalany 2023-01-07 13:23:30 -08:00
  • db46e7cfc6 Show the chooser when the script is launched Elias Bachaalany 2023-01-07 13:18:16 -08:00
  • ff8f5f7a15 Removed obsolete flags from the Choose wrapper Elias Bachaalany 2023-01-07 13:10:21 -08:00
  • 425d9e585e IDAPython for IDA 8.2 Arnaud Diederen 2022-12-19 10:10:14 +01:00
  • 29512d9c48 IDAPython for IDA 8.1 Arnaud Diederen 2022-10-10 12:03:43 +02:00
  • 023c5ba53c IDAPython for IDA 8.0 Arnaud Diederen 2022-08-22 10:14:08 +02:00
  • 1e0b352e00 Merge branch 'master' of https://github.com/idapython/src Arnaud Diederen 2022-04-11 16:07:46 +02:00
  • 656ec7918c Backported fixes Arnaud Diederen 2022-04-11 16:07:02 +02:00
  • e6160196ad Merge pull request #31 from brgillet/patch-2 Arnaud Diederen 2022-04-11 16:05:50 +02:00
  • 65524457f0 Update .gitignore brgillet 2022-03-10 13:02:24 +01:00
  • 01d069ae68 Backported fixes Arnaud Diederen 2022-02-14 09:17:16 +01:00
  • 95b5c4066c Backported fixes Arnaud Diederen 2022-01-25 11:52:16 +01:00
  • 3ce5b7f06d IDAPython for IDA 7.7 Arnaud Diederen 2022-01-17 11:28:09 +01:00
  • 839d93ac96 Backported fixes Arnaud Diederen 2021-11-15 13:52:04 +01:00
  • 988910e28e Backported fixes Arnaud Diederen 2021-11-08 09:18:25 +01:00
  • 19a88f3101 Backported fixes Arnaud Diederen 2021-10-11 10:06:23 +02:00
  • 7ee60670f9 Backported fixes Arnaud Diederen 2021-09-13 08:05:30 +02:00
  • cc2b1e8d7c Backported fixes Arnaud Diederen 2021-09-06 08:14:47 +02:00
  • 0edaa85212 Merge pull request #30 from won0-kim/won0-kim-patch-1: Fix typo in idapython.cpp Elias Bachaalany 2021-07-19 13:36:41 -07:00
  • d2e5c801b7 Fix typo in idapython.cpp won0-kim 2021-07-19 11:58:46 +09:00
  • e1f854822d Backported fixes Arnaud Diederen 2021-07-12 09:37:09 +02:00
  • 7a5c73196d Backported fixes Arnaud Diederen 2021-05-25 16:20:47 +02:00
  • 3a256f3896 Backported fixes Arnaud Diederen 2021-05-17 08:57:47 +02:00
  • e8e2a7bb8c IDAPython for IDA 7.6 SP1 Arnaud Diederen 2021-05-03 15:25:57 +02:00
  • c22e071853 IDAPython for IDA 7.6 Arnaud Diederen 2021-03-30 08:54:44 +02:00
  • 7eea22820f Backported fixes Arnaud Diederen 2021-03-02 13:14:55 +01:00
  • 6bde753bf6 Backported fixes Arnaud Diederen 2021-01-25 12:11:17 +01:00
  • 3c1990e307 Backported fixes Arnaud Diederen 2021-01-11 08:08:53 +01:00
  • 4ca6e62c09 Backported fixes Arnaud Diederen 2020-12-07 11:56:21 +01:00
  • 37eb2bfc74 Backported fixes Arnaud Diederen 2020-11-30 09:33:26 +01:00
  • ae675500ab Backported fixes Arnaud Diederen 2020-11-23 09:32:47 +01:00
  • ce4ff03d0c Backported fixes Arnaud Diederen 2020-11-12 14:31:07 +01:00
  • fa086c5be3 Backported fixes Arnaud Diederen 2020-10-26 09:51:59 +01:00
  • 99d9079ed5 Backported fixes Arnaud Diederen 2020-10-12 12:52:15 +02:00
  • a0a90d7b07 Backported fixes Arnaud Diederen 2020-09-28 08:07:36 +02:00
  • 0706ff1018 Backported fixes Arnaud Diederen 2020-09-14 17:25:37 +02:00