Skip to content

Commit

Permalink
bugfix Bambda mode
Browse files Browse the repository at this point in the history
  • Loading branch information
isayan committed Jan 18, 2024
1 parent b63ebe9 commit 60eb979
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
12 changes: 8 additions & 4 deletions help/help-ja.html
Original file line number Diff line number Diff line change
Expand Up @@ -547,12 +547,12 @@ <h2 id="_yagura_menu">2. Yagura Menu</h2>
<dt class="hdlist1">Encoder</dt>
<dd>
<p>選択された文字列を「Yagura Charsets」にて選択した文字コードにてEncodeします。
URL/Unicode(URL)/Unicode(JSON)/Base64/Base64URLSafe/Html に対応しています。</p>
URL/Unicode(URL)/Unicode(JSON)/Base64/Base64URLSafe/Htm/JSON with Meta に対応しています。</p>
</dd>
<dt class="hdlist1">Decoder</dt>
<dd>
<p>選択された文字列を「Yagura Charsets」にて選択した文字コードにてDecodeします。
URL/Unicode(URL)/Unicode(JSON)/Base64/Base64URLSafe/Html に対応しています。</p>
URL/Unicode(URL)/Unicode(JSON)/Base64/Base64URLSafe/Html/JSON with Meta に対応しています。</p>
</dd>
<dt class="hdlist1">Converter</dt>
<dd>
Expand All @@ -562,7 +562,7 @@ <h2 id="_yagura_menu">2. Yagura Menu</h2>
<dt class="hdlist1">Hash</dt>
<dd>
<p>選択された文字列を「Yagura Charsets」にて選択した文字コードにてHash計算します。
md2/md5/sha1/sha256/sha512 に対応しています。</p>
md2/md5/sha1/sha256/sha384/sha512 に対応しています。</p>
</dd>
<dt class="hdlist1">Result Filter</dt>
<dd>
Expand Down Expand Up @@ -1741,6 +1741,10 @@ <h5 id="_encodedecode">Encode/Decode</h5>
<dd>
<p>C言語形式のエスケープを行います。</p>
</dd>
<dt class="hdlist1">JSON</dt>
<dd>
<p>JSON形式のエスケープを行います。</p>
</dd>
<dt class="hdlist1">SQL</dt>
<dd>
<p>SQL言語形式のエスケープを行います。</p>
Expand Down Expand Up @@ -2384,7 +2388,7 @@ <h3 id="_version">3.10. Version</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-12-18 18:00:05 +0900
Last updated 2024-01-18 09:01:56 +0900
</div>
</div>
</body>
Expand Down
12 changes: 8 additions & 4 deletions help/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -569,12 +569,12 @@ <h2 id="_yagura_menu">2. Yagura Menu</h2>
<dt class="hdlist1">Encoder</dt>
<dd>
<p>Encode the selected string in the character code selected in "Yagura Charsets".
URL/Unicode(URL)/Unicode(JSON)/Base64/Base64URLSafe/Html are supported.</p>
URL/Unicode(URL)/Unicode(JSON)/Base64/Base64URLSafe/Html/JSON with Meta are supported.</p>
</dd>
<dt class="hdlist1">Decoder</dt>
<dd>
<p>Decode the selected string in the character code selected in "Yagura Charsets".
URL/Unicode(URL)/Unicode(JSON)/Base64/Base64URLSafe/Html are supported.</p>
URL/Unicode(URL)/Unicode(JSON)/Base64/Base64URLSafe/Html/JSON with Meta are supported.</p>
</dd>
<dt class="hdlist1">Converter</dt>
<dd>
Expand All @@ -584,7 +584,7 @@ <h2 id="_yagura_menu">2. Yagura Menu</h2>
<dt class="hdlist1">Hash</dt>
<dd>
<p>Hash calculation the selected string in the character code selected in "Yagura Charsets".
md2/md5/sha1/sha256/sha512 are supported.</p>
md2/md5/sha1/sha256/sha384/sha512 are supported.</p>
</dd>
<dt class="hdlist1">Extension</dt>
<dd>
Expand Down Expand Up @@ -1766,6 +1766,10 @@ <h5 id="_encodedecode">Encode/Decode</h5>
<dd>
<p>Performs C-style escaping.</p>
</dd>
<dt class="hdlist1">JSON</dt>
<dd>
<p>Performs JSON literal escaping.</p>
</dd>
<dt class="hdlist1">SQL</dt>
<dd>
<p>Performs escape in the SQL language format.</p>
Expand Down Expand Up @@ -2418,7 +2422,7 @@ <h3 id="_version">3.11. Version</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-12-18 18:03:30 +0900
Last updated 2024-01-18 09:01:56 +0900
</div>
</div>
</body>
Expand Down
Binary file modified libs/BurpExtensionCommons-v3.1.3.1.jar
Binary file not shown.
Binary file modified release/YaguraExtension-v3.0.jar
Binary file not shown.

0 comments on commit 60eb979

Please sign in to comment.