Quentin Quadrat
Quentin Quadrat
Implement a stigmee://toto.html
build.sh compute SHA1 of CEF assets and generate c++ file for a std::map as expected hashes then iterate on each CEF asset and compute the SHA1 compare it with expected...
``` void GDCef::RenderHandler::OnPaint(CefRefPtr browser, PaintElementType type, const RectList& dirtyRects, const void* buffer, int width, int height) ``` Manage `dirtyRects` and can we use poolthreads to parallelize ?
On ``` void GDCef::RenderHandler::OnPaint(CefRefPtr browser, PaintElementType type, const RectList& dirtyRects, const void* buffer, int width, int height) ``` Converting `buffer` (CEF texture) to `m_texture` (Godot texture) implies multiple iteration on...
I dunno why makefile cannot find the .o file ``` cc -pie demo_unzip.o demo_unzip.app -o demo_unzip clang: error: no such file or directory: 'demo_unzip.o' ``` While for my project OpenGlassBox...
- https://www.unforgettable.dk/ - https://www.bamsoftware.com/hacks/zipbomb/
@fbergmann - Let supposed foo.zip has "1234" as password. - Let try opening it with "abcd" password and try to extract all its entries. - unzOpenCurrentFilePassword with "abcd" password does...