Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two TypeErrors: Failed to decode, no decoder and c is undefined #137

Open
Crystal-RainSlide opened this issue Jan 3, 2024 · 0 comments
Open

Comments

@Crystal-RainSlide
Copy link

Crystal-RainSlide commented Jan 3, 2024

  • Script URL:
    • https://www4.javhdporn.net/wp-content/themes/kingtube/assets/js/cast.js?ver=3.6.1
    • https://video.javhdporn.net/main.js?ver=0.7.1
  • Version: 2.2.0
First log for TypeError: Failed to decode, no decoder in CallExpression

Caught an error while attempting to run AST visitor!

node = {
    "type": "CallExpression",
    "start": 657,
    "end": 709,
    "range": [
        657,
        709
    ],
    "callee": {
        "type": "Identifier",
        "start": 657,
        "end": 665,
        "range": [
            657,
            665
        ],
        "name": "parseInt"
    },
    "arguments": [
        {
            "type": "CallExpression",
            "start": 666,
            "end": 708,
            "range": [
                666,
                708
            ],
            "callee": {
                "type": "Identifier",
                "start": 666,
                "end": 675,
                "range": [
                    666,
                    675
                ],
                "name": "_0x33a692"
            },
            "arguments": [
                {
                    "type": "UnaryExpression",
                    "start": 676,
                    "end": 681,
                    "range": [
                        676,
                        681
                    ],
                    "operator": "-",
                    "prefix": true,
                    "argument": {
                        "type": "Literal",
                        "start": 677,
                        "end": 681,
                        "range": [
                            677,
                            681
                        ],
                        "value": 198,
                        "raw": "0xc6"
                    }
                },
                {
                    "type": "Literal",
                    "start": 682,
                    "end": 688,
                    "range": [
                        682,
                        688
                    ],
                    "value": "MV4(",
                    "raw": "'MV4('"
                },
                {
                    "type": "UnaryExpression",
                    "start": 689,
                    "end": 694,
                    "range": [
                        689,
                        694
                    ],
                    "operator": "-",
                    "prefix": true,
                    "argument": {
                        "type": "Literal",
                        "start": 690,
                        "end": 694,
                        "range": [
                            690,
                            694
                        ],
                        "value": 254,
                        "raw": "0xfe"
                    }
                },
                {
                    "type": "UnaryExpression",
                    "start": 695,
                    "end": 700,
                    "range": [
                        695,
                        700
                    ],
                    "operator": "-",
                    "prefix": true,
                    "argument": {
                        "type": "Literal",
                        "start": 696,
                        "end": 700,
                        "range": [
                            696,
                            700
                        ],
                        "value": 198,
                        "raw": "0xc6"
                    }
                },
                {
                    "type": "UnaryExpression",
                    "start": 701,
                    "end": 707,
                    "range": [
                        701,
                        707
                    ],
                    "operator": "-",
                    "prefix": true,
                    "argument": {
                        "type": "Literal",
                        "start": 702,
                        "end": 707,
                        "range": [
                            702,
                            707
                        ],
                        "value": 262,
                        "raw": "0x106"
                    }
                }
            ],
            "optional": false
        }
    ],
    "optional": false
}

err = TypeError: Failed to decode _0x33a692, no decoder

First log for TypeError: c is undefined in FunctionDeclaration

Caught an error while attempting to run AST visitor!

node = {
    "type": "FunctionDeclaration",
    "start": 27165,
    "end": 27187,
    "range": [
        27165,
        27187
    ],
    "id": {
        "type": "Identifier",
        "start": 27174,
        "end": 27183,
        "range": [
            27174,
            27183
        ],
        "name": "_0x3a513a"
    },
    "expression": false,
    "generator": false,
    "async": false,
    "params": [],
    "body": {
        "type": "BlockStatement",
        "start": 27185,
        "end": 27187,
        "range": [
            27185,
            27187
        ],
        "body": []
    }
}

err = TypeError: c is undefined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant