GaryOderNichts

Results 9 issues of GaryOderNichts

If I skip over a point where an Ad would be displayed it jumps back to the previous position. [xposed_error_20180625_183729.log.zip](https://github.com/wanam/YouTubeAdAway/files/2133943/xposed_error_20180625_183729.log.zip)

This adds support for M68HC11 microcontrollers, using the M68HC11 Reference Manual `M68HC11RM/D Rev. 6.1`. I used the existing HCS08 and HCS12 processor specifications as the base, since they are somewhat...

Feature: Processor
Status: Triage

With the release of [de_Fuse](https://douevenknow.us/post/714056575412764672/defuse-the-one-true-pwn) we finally have access to the boot1 ancast key, by bruteforcing the key using 15 zero-encrypted boot1 parts, each with one more part of the...

This PR adds support for NTAG which is used by Pokemon Rumble U to read and write tags. NTAG is built on top of NFC, which this PR also adds...

The in version 1.14.0 added Mapped Diagnostic Context (MDC) support ignores the `SPDLOG_NO_TLS` define and always creates a `thread_local` variable in `mdc::get_context`. https://github.com/gabime/spdlog/blob/c3aed4b68373955e1cc94307683d44dca1515d2b/include/spdlog/mdc.h#L40-L43 This breaks support for systems where thread...

Hey, I'm currently writing a SLEIGH processor spec for the Motorola 68HC11 (HC11) microcontroller. Everything seems to be working so far, besides decompiling stack locals properly. The HC11's SP always...

This draft is based on #195 and adds a clang-format configuration which matches the existing code base more closely. It also adds a workflow for pull requests to ensure correct...