Daniel Roethlisberger

Results 73 comments of Daniel Roethlisberger

The indirect dependency on libboost_system is lost because of `--as-needed`, which is default on Ubuntu natty. I added explicit linking against libboost_system in commit bb1e474 (see pull req #1).

In case you want to test this on Linux: I keep an ~untested~ branch with Linux support at [droe/zmap:droe/netmap-linux](https://github.com/droe/zmap/tree/droe/netmap-linux). Compiles on Ubuntu. ~Have not run it on a netmap-enabled Linux...

Re: netmap default availability, in case you're testing on an arm64 VM, netmap has only recently been added to the default config in [D43702](https://reviews.freebsd.org/D43702), and that change has not made...

e442936 still affected: ``` DEBUG : error: item condom cannot fit into pocket while loading: item is too heavy FUNCTION : void item_contents::combine(const item_contents &, const bool, const bool, bool,...

fwiw, this patch, applied on top of d4b9248, addresses this (hugely annoying) issue for me. What is needed to get a fix merged?

I have an implementation of exactly this lying around, slightly different precision tradeoff with more validation bits, less timestamp bits, but more importantly it's a compile-time switch instead of a...

So here's my old branch rebased on latest main: https://github.com/droe/zmap/tree/droe/rtt If someone wants to take it from there, feel free, otherwise I'll eventually do the needed refactoring. Options I see...

Solves `Error: Failed to find python version from target process` for me on macOS 14.7.2 (23H311) with Python 3.13.1 from MacPorts (`python313 @3.13.1_0+lto+optimizations`). Thanks, @comex!

Converted to draft for now, some of the Windows and alpine test failures do look related to PAuth. Not sure how my changes would be the root cause of these...

So for alpine-x86 and windows-x64 MINGW32, the segfault happens because in `uc_ctl()`, for some reason, `signed_ptr` ends up as `NULL` instead of the value that was passed in. Similarly, on...