baptistapedro
baptistapedro
that way solved a problem when accessing the url /messages/compose and when I deleted the {% extends ...%} could access /messages/inbox aswell. Before being deleted I was receiving some errors...
Hello, Have you thought in adding the documentation to build the native part of the library only? That would improve the security of the lib and useful for testing purposes.
Did not test it but I guess the logic is close... This might also come as a reminder/warning of a missing windows api. -----
- Vulnerable program (testbinary.c) ``` #include #include #include __declspec( dllexport ) void lol(char* b) { char buffer[1337]; strcpy(buffer, b); } int main(int argc, char** argv) { lol(argv[1]); } ``` -...
``` - An internal exception has occured: AssertionError(u'Expected to see exception 0x80000003 in software_reporter_tool.exe process, but got 0xC0000005!?',) Stack: 2 cCdbWrapper_fCdbStdInOutThread (C:\Users\jitwei\Desktop\BugId\modules\cBugId\cCdbWrapper_fCdbStdInOutThread.py/527) > (auIgnoreNextExceptionCodes[0], oCdbWrapper.oCurrentProcess.sBinaryName, uExceptionCode); 1 fCdbStdInOutThread (C:\Users\jitwei\Desktop\BugId\modules\cBugId\cCdbWrapper.py/439) >...
I'm new using Cordova and I'm trying to use your plugin (https://github.com/bykof/cordova-plugin-webserver) but I'm unable to do some steps because I can't find the complete documentation for usage. I'm in...
I am having this error while building the project https://dpaste.org/fftw
what's that 404 websocket Upgrade failure about? https://dpaste.de/JW48
I'm using the source cloned from github, running latest version I'm guessing this is a compatibility issue? variable has incomplete type 'png_info' (aka 'struct png_info_def') png_info info_ptr; ^ ./png.h:484:16: note:...
I got all deps installed but when generating the .so it can not find some symbols and i am not sure what library is warning about. https://dpaste.org/qs0v help?