Skip to content

Instantly share code, notes, and snippets.

@swigger
swigger / kallsyms.py
Created June 17, 2018 04:51 — forked from nlitsme/kallsyms.py
idapython script decoding the linux kernel symbol table
# Linux kernel kallsyms unpacker
# Version 0.2
# Copyright (c) 2010-2013 Igor Skochinsky
#
# This software is provided 'as-is', without any express or implied
# warranty. In no event will the authors be held liable for any damages
# arising from the use of this software.
#
# Permission is granted to anyone to use this software for any purpose,
# including commercial applications, and to alter it and redistribute it