View Single Post
  #6  
Old 08-24-2021, 21:34
Artic Artic is offline
Friend
 
Join Date: Jul 2014
Location: target folder
Posts: 110
Rept. Given: 48
Rept. Rcvd 15 Times in 9 Posts
Thanks Given: 181
Thanks Rcvd at 42 Times in 24 Posts
Artic Reputation: 15
Question

Quote:
Originally Posted by CryptXor View Post
TL;DR Unpack app.asar (contains the logic) in the 'resources' subfolder, deobfuscate a bit if you need too, mod as you please, repack, done.
Thanks for all the answers!

i have already unpacked the asar file. It is not obfuscated (lucky me )

i want to remove a limit in the application, bcs thats the only limitation, which bothers me rly, everything just works perfect.

It goes like this: you do something 40 times and then a limitation dialog comes up (i found the limitation dialog already, also the about dialog)

but so far i have no idea how the limitation dialog is triggered, and how i can for example lift it to N times (even something like 1000 or so would do already.)

I will better leave out, which app im trying to modify here, unless it is allowed here to post.

Any information i could provide that i could understand better how an electron app works?

i mean there is a 110MB exe file, then the asar file (which i unpacked already). The asar files has all the layout in it.

But where could be the limit hidden?
Reply With Quote