View Single Post
  #1  
Old 05-01-2024, 08:19
chants chants is offline
VIP
 
Join Date: Jul 2016
Posts: 836
Rept. Given: 47
Rept. Rcvd 52 Times in 32 Posts
Thanks Given: 742
Thanks Rcvd at 1,148 Times in 531 Posts
chants Reputation: 52
Reversing/decompiling React or other JS apps

So I know without jsx files and still having map files, there is an npm package
Quote:
https://www.npmjs.com/package/source-map
otherwise I know about the Chrome devtools Source tab.

Are there any good tools for a generic Javascript reversing workflow. I use the term decompile loosely here but with typescript and so many powerful and ubiquitous frameworks, this is starting to get interesting. Of course there are tools to unminify and reformat Javascript and the browser dev tools are helpful but it seems we haven't seen anything with a more automated and better level of sophistication. Which is really useful when looking for security vulnerabilities which are likely common place in modern web apps.
Reply With Quote