j4k0xb / webcrack

Deobfuscate obfuscator.io, unminify and unpack bundled javascript
https://webcrack.netlify.app
MIT License
873 stars 100 forks source link

unpack/webpack: also match runtimeId as entrypoint #34

Closed mochaaP closed 9 months ago

netlify[bot] commented 9 months ago

Deploy Preview for webcrack ready!

Name Link
Latest commit 8e6075559c830e953bca474cf9135b2f1c7c5418
Latest deploy log https://app.netlify.com/sites/webcrack/deploys/65850dd4d657950008af1c6d
Deploy Preview https://deploy-preview-34--webcrack.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

mochaaP commented 9 months ago

Updates #33

mochaaP commented 9 months ago

:thinking: seems runtimeId does not serve the same purpose as entryId. Closing.

mochaaP commented 9 months ago

The actual entryId needs to be matched as below:

  __webpack_require__.x = () => {
    var __webpack_exports__ = __webpack_require__.O(undefined, [736, 885], () => __webpack_require__(36093 /* here */));
    return __webpack_exports__ = __webpack_require__.O(__webpack_exports__);
  };