Hi, I'm developing an extension and by this time got annoyed of development process where I need to restart extension to see the changes applied. Is there any way I could set up a testing environment where I could import burp classes/interfaces and test on them. Of particular interest is methods of IExtensionHelpers with analyze methods and different methods that modify request/response?
I'm looking for environment where I press "Run" button in my IDE and see output in console. Is this possible?
↧