mthbrown

Results 18 comments of mthbrown

Thanks @simsong. I added the PDFs. Unfortunately, I don't know C++

This PR fixes it: https://github.com/emre/storm/pull/183/commits

Have a look at this [issue](https://github.com/nmap/nmap/issues/901)

I ran into this. A solution that I tried and worked is to overwrite the current `commads/render.js` with this file: https://raw.githubusercontent.com/faressoft/terminalizer/d2d5ff1c23c4ecf785b29435335b73515d83c2db/commands/render.js After that, it worked fine. [This](https://github.com/faressoft/terminalizer/pull/97/files#) file from a...

To get rid of this error, just use Python 3.8. You could technically remove [this line](https://github.com/bluet/proxybroker2/blob/master/proxybroker/server.py#L155) to make the error go away, but I've found that **serve** is basically borked...

Only the public key (`age1wv2tmu3szxlrn5gxr7yxx3c39spn9q30acdys5t2wpxsqzmd0yjsfdghgsd` in your case) is added to the `.sops.yaml` as `.sops.yaml` is meant to be committed to git and committing the private key would negate the...

@Metjuw @miszr Did it end up working on newer kernels? Although I no longer get the same error, it runs but gives EXCEPTIONS and can't find the **base address**: ```...

@transcend3nt You basically have to: * download and compile **dwarf2json** * install a **debug** version of the kernel used in the memory dump * run **dwarf2json** to generate the **symbols...

@miszr Thanks but I'm still getting the same error even after installing your PR (kernel 5.15.0-53) Here is a quick way to reproduce the issue. Just start a Vagrant box...