Pasi Saarinen

Results 7 issues of Pasi Saarinen

I got a few connection errors due to an unstable uplink, I find that the failed urls can be found using gs-dump-urls DIR/wpull.db error Does this mean that grab-site has...

When saving a config with newlines the tracemanager fails to load the config. However the project class has no issues. ``` >>> import chipwhisperer as cw >>> p = cw.create_project('demo')...

Looking at the API documentation, only ResyncSAD is mentioned ( https://github.com/newaetech/chipwhisperer/blob/develop/docs/api.rst ) However looking at the code ( https://github.com/newaetech/chipwhisperer/tree/develop/software/chipwhisperer/analyzer/preprocessing ) there are multiple preprocessing classes. Is the documentation outdated or...

The HTTPConnectionPool allows persistent connections which are reused as long as the connection holds. Unfortunately some server setups seem to handle connections incorrectly. In my case the server ends up...

At first I assumed it was the timeout of each dns-lookup, however it is supposed to be the thread timeout. In any way, the parameter value does not seem to...

Looking at the generated trace I realize we can see if it is a branch instruction by checking if R_RIP has the written flag. But how can we identify if...

### Description When running angr in tracing mode I get a segfault for my trivial code on arm. gdb shows this after compiling angr_native with DEBUG, ``` Thread 1 "python3"...

bug
needs-triage