lynnux

Results 10 issues of lynnux

I have use 0.4 version of git-crypt for many years, it's works well with git 1.9, but recently github.com need tls1.2 which force me to update git to 2.x, and...

I'm new to drill, it seems not support to send request by proxy, are there any plan for this?

enhancement

I can't compile the project with latest nightly toolchain. And I'm newbie to rust, have no idea how to get this to work. error like: E:\prj\rust\kmd-env-rs\km\examples\01.minimal>cargo build --release Compiling core...

Description like this [https://github.com/NationalSecurityAgency/ghidra/issues/2554](https://github.com/NationalSecurityAgency/ghidra/issues/2554), here is an example bin: [Dism++x86.zip](https://github.com/x64dbg/x64dbg/files/6186799/Dism%2B%2Bx86.zip) IDA and radare are good to show the delay import symbols.

feature

``` [*] 38:d5:47:0b:b3:0c - 6 - ASUS - 0 Exception in thread Thread-1: Traceback (most recent call last): File "/usr/local/lib/python2.7/threading.py", line 810, in __bootstrap_inner self.run() File "/usr/local/lib/python2.7/threading.py", line 763, in...

``` root@tinkerboard:~# ip addr 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6...

I use `profiler-start' and `profiler-report' to find the eldoc make typing slow. I disabled eldoc by `(setq eldoc-documentation-function nil)`

I did some tests on WPA1, it's not work, and I patched the files to make this program parse pcap files on windows, so that I can debug with Visual...

Env: win7 64, toolchain: x86_64-pc-windows-msvc, try example `dialog` and click `Exit` will get crash, but click the close button on title is ok. The below code patch seems work: ```...

I have implement screenshot in C, and I found a way not need `flip_rows` on windows. ``` BITMAPINFOHEADER bih = {0}; bih.biBitCount = bmp.bmBitsPixel; bih.biCompression = BI_RGB; bih.biHeight = -...