Awn

Results 54 comments of Awn

+1 Android Pie also includes support now.

Thanks for the reply. If I open it the line before the excerpt and close it directly after and then open it again the line after, like this: ``` {%...

I've thought about doing something like this, but for temporal benefits instead of spacial. For the use-case you've specified perhaps we can add a Region structure: ```go type Region struct...

We could also implement a custom allocator that's backed by LockedBuffers. It's potentially the most versatile solution but also the most complicated.

#### :: Adding a new container without guard pages _Proposal_: Add a new LockedBuffer-like container which is essentially the same as a LockedBuffer but without the guard pages or canary....

Another solution: you can use [memcall](https://pkg.go.dev/github.com/awnumar/memcall) to allocate unmanaged memory regions of specific sizes, as well as mlock & mprotect them, and disable core dumps.

A properly implemented reverse shell that doesn't die with interactive programs, cd, infinite loops, and errors would be good enough. There's really no need for any more functionality. It's a...

There's no [math] tag on /sci/ either. This should be added.

What is the purpose of these two lines? The connection objects are being simultaneously written to each other. How is this safe? https://github.com/davrodpin/mole/blob/a7edeac72db3e2adfb4731e6adc3fe40c6e9f3b3/tunnel/tunnel.go#L254-L255 https://github.com/davrodpin/mole/blob/a7edeac72db3e2adfb4731e6adc3fe40c6e9f3b3/tunnel/tunnel.go#L334-L339

`:: go version go1.12.6 linux/amd64` Could you run `$ ulimit -l` on your system and see what you get? > Since io.Copy will only stop copying if either the source...