Electron | Security Issue LACK OF BINARY PROTECTIONS

123 Views Asked by At

Our security team has come up an issue for our electron application we have developed using npm. How could an electron app be compiled and packaged with the following specific flags enabled as "True" for DLLs: ffmpeg.dll, d3dcompiler_47.dll, vk_swiftshader.dll, vulkan-1.dll, Uninstall MyApp.exe, resources/elevate.exe, swiftshader/libEGL.dll, swiftshader/libGLESv2.dll?

Below are the flags: Authenticode ASLR SafeSEH Control Flow Guard High Entropy VA

looking for some resolution to set these flags using Jquery or Node. js. Is there any tool to verify the flags if we resolve them with any possible JS changes?

0

There are 0 best solutions below