Skip to content

Instantly share code, notes, and snippets.

View JMoVS's full-sized avatar

JMoVS JMoVS

View GitHub Profile
0xffffff916a82b890 : 0xffffff800f53bb2b mach_kernel : _handle_debugger_trap + 0x47b
0xffffff916a82b8e0 : 0xffffff800f6734d5 mach_kernel : _kdp_i386_trap + 0x155
0xffffff916a82b920 : 0xffffff800f664f4e mach_kernel : _kernel_trap + 0x4ee
0xffffff916a82b970 : 0xffffff800f4e2a40 mach_kernel : _return_from_trap + 0xe0
0xffffff916a82b990 : 0xffffff800f53b217 mach_kernel : _DebuggerTrapWithState + 0x17
0xffffff916a82ba90 : 0xffffff800f53b5fb mach_kernel : _panic_trap_to_debugger + 0x21b
0xffffff916a82bae0 : 0xffffff800fcd2aa9 mach_kernel : _panic + 0x61
0xffffff916a82bb50 : 0xffffff800f6652fa mach_kernel : _sync_iss_to_iks + 0x2aa
0xffffff916a82bcd0 : 0xffffff800f664ff8 mach_kernel : _kernel_trap + 0x598
0xffffff916a82bd20 : 0xffffff800f4e2a40 mach_kernel : _return_from_trap + 0xe0
@JMoVS
JMoVS / handbrake.rb
Created November 7, 2016 18:31
handbrake brew formula for the time being
class Handbrake < Formula
desc "Open-source video transcoder available for Linux, Mac, and Windows."
homepage "https://handbrake.fr/"
url "https://github.com/HandBrake/HandBrake/archive/0.10.5.tar.gz"
sha256 "1e3aab0be004b05129579f1068a8d4664b23f83d55ca2d8c72f9935c319d2e0a"
head "https://github.com/JMoVS/HandBrake.git", #:branch => "MD5_to_SHA256"
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "cmake" => :build
@JMoVS
JMoVS / video_transcoding on windows 10.md
Last active January 18, 2017 17:42
How to get Don Meltons excellent video_transcoding scripts to work in win10's subsystem for linux

How to get to a working setup of the video_transcoding scripts on windows 10's subsystem for linux

With the upcoming (aka Spring win 10 update), this process will get a lot easier as some things like patchelf and other things are getting fixed, obleviating the need for some workarounds still present in this gist

How to update when you successfully installed all this