Spydr

Results 15 comments of Spydr

Which library are you thinking of? All the basic networking functions are already implemented via linux syscalls.

That would be a way to do it. The only problem is that this library is not installed on linux systems by default (maybe precompile?). I'd rather use the builtin...

yes, exactly. But that could lead to errors when the path is not correct, try using absolute paths or install the libraray in /usr/lib. I'm really happy to see someone...

So, how‘s it going? Any news?

Closing this because of lack of activity. Reopen when any progress is made.

That's good, that's also how I do it since CSpydr lacks private functions

Expressions to implement: - [ ] `ast.CastExpr` - [ ] `ast.Array` (and others) support for `ast.Ident` - [ ] `flags` field on arrays - [x] support for sizes > 8...

Statements to implement: - [ ] for-in - [ ] multi-return for structs

Other bugs found - [x] `ast.Alias` type support - [x] cannot find variable if defined in `unsafe` block - [x] `allocate_var()` for sizes > 8 - [x] `allocate_var()` for sizes...

thanks! I think this could be the most significant change to make native usable, it'll take a lot of time though.