mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-26 09:46:17 -04:00
Merge pull request #1548 from brun0ne/add-php-serialization
Add new operation: PHP Serialize
This commit is contained in:
commit
7c8be12d52
4 changed files with 240 additions and 0 deletions
|
@ -126,6 +126,7 @@ import "./tests/ParseUDP.mjs";
|
|||
import "./tests/PEMtoHex.mjs";
|
||||
import "./tests/PGP.mjs";
|
||||
import "./tests/PHP.mjs";
|
||||
import "./tests/PHPSerialize.mjs";
|
||||
import "./tests/PowerSet.mjs";
|
||||
import "./tests/Protobuf.mjs";
|
||||
import "./tests/PubKeyFromCert.mjs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue