Frederico Oliveira

Results 45 comments of Frederico Oliveira

You're almost right, but there's a catch: when same DLLs are imported by different process they *usually* share the same ***physical memory address*** for those DLLs. But, the processes have...

Hmm, that's an interesting behavior, looks like the DLLs are not ASLR and `GetProcAddress` returns the real physical address, which means the addresses returned for the DLL exported function is...

Though not finding official documentation, after some research I found out: 1. Windows will try to use the same virtual addresses for processes to map common DLLs, as long as...

Just put ``` let g:indentLine_concealcursor="" let g:indentLine_conceallevel=2 ``` in your `vimrc` and you're good to go. This is documented in the [README.md](https://github.com/Yggdroot/indentLine#customization) under `Change Conceal Behaviour`

Hmm, OK. But, what exactly is your problem? I mean, what do you mean by `breaks vimwiki with concealcursor setting`? I'm interested in this because I'm doing the opposite of...

I'd like to comment about this, since I was about to open an issue to request a limit RAM usage flag. Running CryFS on Android actually doesn't work because the...

The others scrypt specific options, like block size, CPU cost, salt len and number of threads, could be asked to the user when first deriving the key: ``` Use default...

This looks like an excessive RAM usage issue. To check this, run CryFS while monitoring RAM usage with htop. Also see #335 and #349

I have a problem velocity: error connecting to github ( MacOS) help me ![Captura de Tela 2019-03-25 às 03 34 45](https://user-images.githubusercontent.com/9597536/54899569-f4368300-4eae-11e9-972d-69a566613f10.png)

@misterhsp EncFS is already available, simply `pkg install encfs`. Instructions on how to build CryFS is available [here](termux/termux-packages#10178).