Gui

Results 4 issues of Gui

you should use a richtextbox rather than a webviewer more information about XSS: https://en.wikipedia.org/wiki/Cross-site_scripting payload: `![a](javascript:alert("hey"))` screenshot: ![image](https://user-images.githubusercontent.com/6315083/93239665-6544b700-f783-11ea-9101-0fc9d5f89160.png)

enhancement

Hello, I would like to use the ImNodes library in my project to display the structure of a database. However, integrating the ImNodes.NET library makes it impossible to execute my...

`PRINT.PAS` Vulnérabilité potentielle dans ce code qui peut conduire à un buffer overflow, dans les les procédures SubmitFileForPrinting et RemoveFileFromPrintQueue. PBuffer a une taille fixe de 258 octets, 257 caractères...

Hello, I want to display a table containing HEX data in a UI, with a large amount of data. That's why I need to use the ImGuiListClipper object. Unfortunately, this...