Skip to content

Instantly share code, notes, and snippets.

View wangbj's full-sized avatar

Baojun Wang wangbj

View GitHub Profile
@wangbj
wangbj / printSyscallTable.hs
Last active June 25, 2018 16:51
print current syscall table entries, support 64-bit platform only.
{-# LANGUAGE LambdaCase #-}
module Main (main) where
import qualified Data.ByteString as S
import qualified Data.ByteString.Char8 as C
import Data.ByteString (ByteString)
import Text.Parsec