issues
search
nirizr
/
pytest-idapro
A pytest module for The Interactive Disassembler and IDAPython; Record and Replay IDAPython API, execute inside IDA or use mockups of IDAPython API.
47
stars
8
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Swallow __init__ params for replayed classes
#65
nirizr
closed
6 years ago
0
Fix callback recording
#64
nirizr
closed
6 years ago
0
Ignore w504, line break after operator
#63
nirizr
closed
6 years ago
0
Handle idc_bc backwards compatibility modules
#62
nirizr
closed
6 years ago
0
Fix inheritance proxy issues due to multiple class definitions
#61
nirizr
closed
6 years ago
0
Implement a decent ignore function for record_factory
#60
nirizr
closed
6 years ago
0
Fix recorded kwargs cleanup
#59
nirizr
closed
6 years ago
0
Support python3 replay
#58
nirizr
closed
6 years ago
0
Remove unneeded fixture sort
#57
nirizr
closed
6 years ago
0
Better Qt support in all execution modes
#56
nirizr
opened
6 years ago
0
Record/Replay improvements
#55
nirizr
opened
6 years ago
0
Remove pytest-qt requirement and bump version for release
#54
nirizr
closed
6 years ago
0
improve mock plugin and qt interface
#53
nirizr
closed
6 years ago
0
Stop serializing logwarning over pytest
#52
nirizr
closed
6 years ago
0
Minor pytest hook cleanup and support mock ida_range
#51
nirizr
closed
6 years ago
0
Block xvfb.looponfail pytest plugin
#50
nirizr
closed
6 years ago
0
Hack the pytest-cov plugin to work with IDA runs
#49
nirizr
closed
6 years ago
0
Move pytest internal IDA execution to a secondary thread
#48
nirizr
opened
6 years ago
0
Make coverage transparent when running in IDA
#47
nirizr
closed
6 years ago
0
more pytest hooks for better terminal display
#46
nirizr
closed
6 years ago
0
Add command line option to keep ida running
#45
nirizr
closed
6 years ago
0
Mock kernwin.request_refresh
#44
nirizr
closed
6 years ago
0
Properly handle pytest session termination before run
#43
nirizr
closed
6 years ago
0
Improve command line option validation
#42
nirizr
closed
6 years ago
0
Fix proc variable missing overshadowing underlying bugs
#41
nirizr
closed
6 years ago
0
Rename idaworker_main.py ->main_idaworker.py
#40
nirizr
closed
6 years ago
0
Use pytest's logging configuration when outputting log events for this plugin
#39
nirizr
closed
6 years ago
1
Nirizr/logger cleanup
#38
nirizr
closed
6 years ago
0
Fix import
#37
nirizr
closed
6 years ago
0
Move IdaWorker class into idapro_internal module
#36
nirizr
closed
6 years ago
0
[WIP] Proxy ida objects to record and replay all API interactions
#35
nirizr
closed
6 years ago
0
Basic marker and fixture ideas
#34
nirizr
opened
6 years ago
0
Update README.rst
#33
nirizr
closed
6 years ago
0
make qt support part of basic requirement again
#32
nirizr
closed
6 years ago
0
basic release script
#31
nirizr
closed
6 years ago
0
IDA internal testing capabilities
#30
nirizr
closed
6 years ago
1
Add idc.ARGV script command line argument source
#29
nirizr
closed
6 years ago
0
Initial work on running pytest inside IDA
#28
nirizr
closed
6 years ago
0
Ignore temporary vim files
#27
nirizr
closed
6 years ago
0
Automated mocking
#26
nirizr
opened
6 years ago
0
Add basic tests
#25
nirizr
closed
6 years ago
0
Function the same when running inside an IDA instance
#24
nirizr
closed
6 years ago
0
Move exception capturing in different threads for pytest.raises
#23
nirizr
closed
6 years ago
1
Implement PluginForm.FormToPyQtWidget
#22
nirizr
closed
6 years ago
0
Fix OnCreate call from PluginForm.Show
#21
nirizr
closed
6 years ago
0
Expose basic pluginform
#20
nirizr
closed
6 years ago
0
Implement ida_name.get_name and bump version
#19
nirizr
closed
7 years ago
0
Mock some input file related methods
#18
nirizr
closed
7 years ago
0
Add netnode implementation based on json files stored to disk
#17
nirizr
closed
7 years ago
0
Add a local pip installation to travis
#16
nirizr
closed
7 years ago
0
Next