elias.bachaalany
f216eb9a6d
- IDAPython 1.4.2: should work now with Python 2.7
...
- Hide the Python plugin from the plugins menu (it already installs the run statement functionality in the File menu)
2010-08-10 11:44:59 +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
3a5063330c
IDAPython 1.4.0 - IDA Pro 5.7 support
2010-06-28 12:36:40 +00:00
gergely.erdelyi
6112217cab
Updated copyright dates and email address
2010-04-26 20:13:11 +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
gergely.erdelyi
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.
2010-02-04 20:58:38 +00:00
gergely.erdelyi
e1298031ac
Alt-7 uses runscript() to run scripts
2010-02-04 20:44:37 +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
d278419064
added Choose2() support
2009-09-24 14:20:29 +00:00
gergely.erdelyi
88f7e089aa
init.py: Removed obsolete warning filtering
2009-08-30 11:15:41 +00:00
gergely.erdelyi
ab34ed6573
init.py: runscript() now works on Python 2.6 too. Thanks to Christian Blichmann for the patch.
2009-08-28 17:03:59 +00:00
gergely.erdelyi
013546b569
init.py: idaapi is now imported by default to the main namespace
2009-07-21 19:47:00 +00:00
gergely.erdelyi
9530fbacfa
init.py: Replace non-printable characters in stdout/stderr going to the message window
2009-07-21 18:10:02 +00:00
gergely.erdelyi
9876c4ffa7
init.py: __file__ path is properly set for scripts run with Alt-9
2009-07-19 17:22:21 +00:00
gergely.erdelyi
3fbe778385
init.py: Banner now includes if the plugin is a 64-bit build
2009-05-23 15:33:03 +00:00
gergely.erdelyi
5a66395061
64-bit build support. Thanks to Ariel Shiftan and Itai Shaham for the initial patch.
2009-05-23 14:40:01 +00:00
gergely.erdelyi
1c4a240cfb
Updated year in copyright strings
2009-04-26 18:28:59 +00:00
gergely.erdelyi
f703a5fb3c
ScriptBox_instance renamed to scriptbox
2009-01-27 18:08:54 +00:00
gergely.erdelyi
00224b8e40
init.py: Reformatted plugin init banner
2009-01-25 19:03:46 +00:00
gergely.erdelyi
187f75d329
init.py: Minor cleanups
2008-08-30 17:39:07 +00:00
gergely.erdelyi
29187c6f53
init.py: Added watchdog reset to runscript()
2008-08-15 20:42:09 +00:00
gergely.erdelyi
9450a528fd
init.py: Implemented a simple watchdog to catch runaway scripts
2008-07-26 10:18:28 +00:00
gergely.erdelyi
04af0d20f5
init.py: Added isatty() to the dummy stdout file object
2008-06-25 21:02:31 +00:00
gergely.erdelyi
398ffdae3a
Tabs converted to 4 spaces in Python sources.
2008-06-15 14:39:43 +00:00
gergely.erdelyi
9216f83c87
Updated year in copyright strings.
2008-06-15 10:03:53 +00:00
gergely.erdelyi
18b7a6b0ad
idautils.py Do not import all symbols from idaapi to keep the namespace clean
...
init.py: Import the required symbols from idaapi
2008-04-12 09:08:11 +00:00
gergely.erdelyi
9b85915a48
Initial SVN commit of version 0.9.54 sources.
2007-10-20 07:03:51 +00:00