View Single Post
  #5  
Old 08-24-2021, 02:24
sh3dow sh3dow is offline
Family
 
Join Date: Oct 2014
Posts: 158
Rept. Given: 113
Rept. Rcvd 79 Times in 24 Posts
Thanks Given: 458
Thanks Rcvd at 202 Times in 75 Posts
sh3dow Reputation: 79
Generally, electron app source code will always be exposed to the "know where to look" user.

When the developer build his app which is written in electron, he will notice that when the binaries build is completed, the resource/source code are also exposed in the final built folder. in the resource folder all the app source code revealed to anyone who can access to this folder.

Just unpack the Whatever_name_here.asar file(s) in the resources folder, though sometimes they obfuscate the JavaScript files so you need to deobfuscate them. then read the code, modify it and build again.
Reply With Quote
The Following 2 Users Say Thank You to sh3dow For This Useful Post:
Artic (08-24-2021), Stingered (08-24-2021)