This website requires JavaScript.
Explore
Help
Register
Sign In
JakeHillion
/
drgn
Watch
1
Star
0
Fork
0
You've already forked drgn
mirror of
https://github.com/JakeHillion/drgn.git
synced
2024-12-27 02:45:53 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2c5c8c005a
drgn
/
.gitignore
10 lines
81 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit I wrote all of this code a few months back and am just now getting around to committing it. The low-level DWARF parsing library is pretty solid, although it only implements a subset of DWARF so far. The CLI and higher-level interface are experimental.
2017-08-25 06:46:16 +01:00
__pycache__
dwarf: rewrite drgn.dwarf in pure Python Now that DwarfIndex is in C, the rest can be simpler Python rather than Cython.
2018-03-26 09:51:20 +01:00
.mypy_cache
Initial commit I wrote all of this code a few months back and am just now getting around to committing it. The low-level DWARF parsing library is pretty solid, although it only implements a subset of DWARF so far. The CLI and higher-level interface are experimental.
2017-08-25 06:46:16 +01:00
*.pyc
*.o
*.so
/build
/drgn.egg-info
/coverage.info
/out
Reference in New Issue
Copy Permalink