mirror of
https://github.com/gchq/CyberChef.git
synced 2026-03-02 05:24:28 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
981d4be44d | ||
|
|
80bdf7410b | ||
|
|
6f45d33c8a |
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cyberchef",
|
||||
"version": "8.26.2",
|
||||
"version": "8.26.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cyberchef",
|
||||
"version": "8.26.2",
|
||||
"version": "8.26.3",
|
||||
"description": "The Cyber Swiss Army Knife for encryption, encoding, compression and data analysis.",
|
||||
"author": "n1474335 <n1474335@gmail.com>",
|
||||
"homepage": "https://gchq.github.io/CyberChef",
|
||||
|
||||
2
src/core/vendor/DisassembleX86-64.mjs
vendored
2
src/core/vendor/DisassembleX86-64.mjs
vendored
@@ -3609,7 +3609,7 @@ function NextByte()
|
||||
{
|
||||
//Add the current byte as hex to InstructionHex which will be displayed beside the decoded instruction.
|
||||
//After an instruction decodes InstructionHex is only added beside the instruction if ShowInstructionHex is active.
|
||||
|
||||
var t;
|
||||
if ( CodePos < BinCode.length ) //If not out of bounds.
|
||||
{
|
||||
//Convert current byte to String, and pad.
|
||||
|
||||
Reference in New Issue
Block a user