R
R
resibe2021-11-24 05:29:52
JavaScript
resibe, 2021-11-24 05:29:52

[Site reverse] How to pull css code from compiled js assembly?

Hello, while playing with webpack, I became interested in what tools exist for reversing a compiled project.
For example, it may be that the styles are built inline in the js file -

css: {
    extract: false
  },

What are the tools to reverse such a codec and pull css from the build / images from the build
Deobfuscators - https://en.kali.tools/?p=1372
no one will reverse entire sites (possibly modules) and what is easier and cheaper to write from scratch, but very interesting)))

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
calculator212, 2021-11-24
@resibe

Does it work through developer tools? On this site, I pressed f12 (in mozilla) and went to the "{} styles" section and there are about 20-30 css files.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question