-
hi @Ylianst @si458 @krayon007, I wanted to make some changes to the User-consent dialog box and some other dialog boxes, Thanks for the configuration that you have provided. The changes I need to make are about layout and remove some buttons from dialog boxes. I have tried building the agent from scratch by building the MeshAgent code in visual studio. Then I came to realize that all the JS files are somehow converted to base64 in iLibDuktape_Polyfills.c and stored predefined. How can I make changes and replace it here in this file iLibDuktape_Polyfills.c Help would be thankful :) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
@a-imran99 did you ever work out how the polyfills.c work? |
Beta Was this translation helpful? Give feedback.
-
ok update! i think ive worked out how to do it!
this will import ALL js modules inside |
Beta Was this translation helpful? Give feedback.
-
ok ive found what to do again!
|
Beta Was this translation helpful? Give feedback.
ok ive found what to do again!
MeshService64.exe -export
modules_expanded
, edit the modules in there and NOTmodules
MeshService64.exe -import --filePath=.\microscript\ILibDuktape_Polyfills.c --modulesPath=.\modules
meshservice64.exe
toagents