Eidolon

Results 23 comments of Eidolon

Still exists in the current Canary, although vim and neovim no longer scroll incorrectly, they do not get mouse events with `set mouse=a`.

This was a hand-written build.gradle rather than one generated from either gdx or mini2dx, there was no assets dir extension specified.

The contents of this repo are still available here; PolarisServer is a different codebase from PolarisCore. PolarisCore was a rewrite of this project. However, PolarisCore has been made private, as...

After talking with a friend about the lost fog features in the 4.0 beta, there is one more 3.x fog property that isn't present: light transmittance (`fog_transmit_enabled`, `fog_transmit_curve`). Volumetric fog...

If I'm not mistaken, racer doesn't infer types except in the simplest cases (types evaluated from macros or pattern matching don't work, for example), so that needs to be improved...

> I realize now that this will be a very different beast than GIFs because of the VP8 content. ... Most likely I would guess Discord won't enable this for...

I have a sizeable 32-bit themida 2 EXE that I've unpacked with 0.3.0, which seems to have unpacked fine, but never makes it out of what I assume is WinMainCRTStartup...

The current import scanning looks for the call and jmp instructions which reference the import wrapper directly. This is, apparently, a common substitution for Themida. However, there is a pattern...

On the sample I'm working on, I found that a lot of imports from ntdll when dumping on Windows 10 are just wrappers to calls in the various api-windows-* dlls....

Perhaps some examples would be useful. Here's a big one that I'm having trouble with: ``` ERROR - Here are the matching functions. call_addr 0xcb0a48 : ['AlpcGetHeaderSize', 'RtlAcquireSRWLockExclusive', 'RtlAcquireSRWLockShared', 'RtlAddRefActivationContext',...