Skip to content

Commit 31ffca5

Browse files
author
isayan
committed
Mac OS サポート
1 parent f9e832b commit 31ffca5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
214 Bytes
Binary file not shown.

release/YaguraExtension-v3.1.jar

-6.85 MB
Binary file not shown.

src/main/java/burp/BurpExtension.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public class BurpExtension extends BurpExtensionImpl implements ExtensionUnloadi
102102
*/
103103
protected static final String LOGGING_PROPERTIES = "/yagura/resources/" + Config.getLoggingPropertyName();
104104

105-
private boolean DEBUG = false;
105+
private boolean DEBUG = true;
106106

107107
private MenuHander menuHandler;
108108
private ProxyHander proxyHandler;
@@ -182,6 +182,8 @@ private void registerTemporaryProject() {
182182
}
183183
}
184184

185+
// Professional / Community 2024.2.1.3 build:28102 BuldNumber:20240201003028102
186+
185187
@Override
186188
public void initialize(MontoyaApi api) {
187189
super.initialize(api);
@@ -197,7 +199,7 @@ public void initialize(MontoyaApi api) {
197199
api.logging().logToOutput("minor:" + burpVersion.getMinor());
198200
api.logging().logToOutput("build:" + burpVersion.getBuild());
199201
}
200-
202+
201203
this.registerTemporaryProject();
202204

203205
ThemeUI.addPropertyChangeListener(listener);

0 commit comments

Comments
 (0)