FalcoGer

Results 71 comments of FalcoGer

steam server list is in steam++.h would've been nice to mention. would also be nice to know where you got that ip from and where one might find a new,...

I would like this, too. Many tools report possible CVEs and not being able to look for exploits by CVE is really hindering.

if it helps there is https://github.com/andreafioraldi/cve_searchsploit, but it would be great to have it built in. Especially since that tool also downloads the entire exploitdb repository (again) anyway. Anyhow, the...

you can delete the exploitdb directory the cve_searchsploit script uses and make a softlink to /opt/exploit-database/ in it's place. you may need to mess with permissions in /opt/ though.

Perhaps the disassembly should be replaced by `dword [ rax + 4 ] ; {int64_t Person::_height}` instead. putting `this` there doesn't really add a lot.

I suggest a drop down list next to the search text field where you select the docset you want to search in. much more usable than typing `docsetname: searchtext`. Implement...

The issue I have with it is that when I work on something, I usually reference the same docset over and over (read: I don't switch between them often/at all)....

Super clunky workaround, and doesn't fix the issue, really: ```bash zstyle ':fzf-tab:complete:*' fzf-preview 'if [[ -n $realpath ]]; then if [[ -r $realpath ]]; then /usr/bin/file $realpath; if [[ -d...

Thank you. Where can I find all the valid strings for zstyle? I would like to enable this for directories and files only. Reading devices could be a bad idea,...