Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Frameworks
.NET
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
61 packages returned for Tags:"elf"
Sort by
Relevance
Downloads
Recently updated
ELFSharp
by:
konrad.kruczynski
96,056 total downloads
last updated
1/11/2023
Latest version:
2.16.1
ELF
UImage
Mach-O
C# library for reading binary ELF, UImage, Mach-O files
System.
Data.
HashFunction.
ELF64
by:
brandon.dahler
21,088 total downloads
last updated
3/27/2018
Latest version:
2.0.0
ELF
hash
function
elf64
Data.HashFunction implementation of the hash function used by the elf64 object file format (http://downloads.openwatcom.org/ftp/devel/docs/elf-64-gen.pdf).
BinaryTools.
Elf
by:
fjeremic
3,940 total downloads
last updated
5/21/2020
Latest version:
0.3.0
ELF
A standalone library for endian-aware reading/parsing of ELF (Executable and Linkable Format) files built for ease of use and pretty-printing ELF file contents.
CsDebugScript.
Engine
by:
southpolenator
17,995 total downloads
last updated
1/6/2019
Latest version:
1.4.0.355
windbg
dbgeng
dump-analysis
clr
dumps
dump-processing
coredump
dwarf
elf
Engine for debugger scripting. This package doesn't provide access to debuggers, but defines interfaces that other packages implement. Search for packages that provide access to DbgEng.dll (WinDbg debugging...
More information
System.
Data.
HashFunction.
ELF64.
Net40Async
by:
brandon.dahler
3,896 total downloads
last updated
1/21/2017
Latest version:
2.0.0-ci-00012
ELF
hash
function
elf64
Data.HashFunction implementation of the hash function used by the elf64 object file format (http://downloads.openwatcom.org/ftp/devel/docs/elf-64-gen.pdf).
LibObjectFile
by:
xoofx
5,025 total downloads
last updated
10/21/2022
Latest version:
0.4.0
ELF
DWARF
ar
archive
objectfile
LibObjectFile is a .NET library to read, manipulate and write linker and executable object files (e.g ELF, ar, DWARF, COFF...)
CsDebugScript.
UI
by:
southpolenator
10,805 total downloads
last updated
1/6/2019
Latest version:
1.4.0.355
windbg
dbgeng
dump-analysis
clr
dumps
dump-processing
coredump
dwarf
elf
Exposes WPF controls for easier scripting, autocompletion, C# REPL...
CsDebugScript.
CommonUserTypes
by:
southpolenator
10,705 total downloads
last updated
1/6/2019
Latest version:
1.4.0.355
windbg
dbgeng
dump-analysis
clr
dumps
dump-processing
coredump
dwarf
elf
Collection of useful UserTypes that helps user write scripts easier. Examples user types: std::vector<T>, System.Exception, NativeTypes.Windows.ProcessEnvironmentBlock...
HashLib
by:
codefo
287,174 total downloads
last updated
11/27/2013
Latest version:
2.0.1
Murmur2
Jenkins3
SuperFast
AP
Bernstein
Bernstein1
BKDR
DEK
DJB
ELF
More tags
Implementations of many hashing algorithms: for hashtables, cryptographic purpose and checksums.
CsDebugScript.
DiaSymbolProvider
by:
southpolenator
11,250 total downloads
last updated
1/6/2019
Latest version:
1.4.0.355
windbg
dbgeng
dump-analysis
clr
dumps
dump-processing
coredump
dwarf
elf
Provides fast access to symbols by directly reading PDB files using DIA library. It is symbol provider for CsDebugScript.Engine.
CsDebugScript.
DbgEng
by:
southpolenator
11,726 total downloads
last updated
1/6/2019
Latest version:
1.4.0.355
windbg
dbgeng
dump-analysis
clr
dumps
dump-processing
coredump
dwarf
elf
Provides DbgEng.dll as debugger engine interface for CsDebugScript.Engine. It can be used to inspect Windows dumps or debug running applications. Also includes COM interfaces for working with DbgEng.dll (WinDbg...
More information
CsDebugScript.
ClrMdProvider
by:
southpolenator
7,930 total downloads
last updated
1/6/2019
Latest version:
1.4.0.355
windbg
dbgeng
dump-analysis
clr
dumps
dump-processing
coredump
dwarf
elf
Provides CLR debugging ability to CsDebugScript.Engine using ClrMD. It only works when used with CsDebugScript.DbgEng as debugger engine.
CsDebugScript.
UI.
App
by:
southpolenator
7,954 total downloads
last updated
1/6/2019
Latest version:
1.4.0.355
windbg
dbgeng
dump-analysis
clr
dumps
dump-processing
coredump
dwarf
elf
Small tool that uses CsDebugScript.UI to show C# REPL.
CsDebugScript.
CodeGen
by:
southpolenator
8,710 total downloads
last updated
1/6/2019
Latest version:
1.4.0.355
windbg
dbgeng
dump-analysis
clr
dumps
dump-processing
coredump
dwarf
elf
Extension to CsDebugScript.Engine that provides ability to extract user types from symbols files. By default it uses DIA to read PDB files, but it can be used with CsDebugScript.DwarfSymbolProvider to generate...
More information
CsDebugScript.
Scripting
by:
southpolenator
8,084 total downloads
last updated
1/6/2019
Latest version:
1.4.0.355
windbg
dbgeng
dump-analysis
clr
dumps
dump-processing
coredump
dwarf
elf
Provides scripting ability to CsDebugScript.Engine: executing scripts, interactive execution with REPL.
CsDebugScript.
DwarfSymbolProvider
by:
southpolenator
7,842 total downloads
last updated
1/6/2019
Latest version:
1.4.0.355
windbg
dbgeng
dump-analysis
clr
dumps
dump-processing
coredump
dwarf
elf
Provides access to DWARF symbols (for PE and ELF image containers) and also ability to read ELF core dumps. It is symbol provider and debugger engine interface for CsDebugScript.Engine.
CsDebugScript.
CodeGen.
App
by:
southpolenator
7,858 total downloads
last updated
1/6/2019
Latest version:
1.4.0.355
windbg
dbgeng
dump-analysis
clr
dumps
dump-processing
coredump
dwarf
elf
Small tool that uses CsDebugScript.CodeGen ability to extract user types from symbols files. It uses DIA to read PDB files and CsDebugScript.DwarfSymbolProvider for DWARF symbols (either from PE or ELF image...
More information
CsDebugScript
by:
southpolenator
5,770 total downloads
last updated
1/6/2019
Latest version:
1.4.0.355
windbg
dbgeng
dump-analysis
clr
dumps
dump-processing
coredump
dwarf
elf
CsDebugScript provides framework for writting .NET code against different debuggers/dump processing.
CoreCompat.
ELFSharp
by:
quamotion
1,304 total downloads
last updated
5/5/2017
Latest version:
1.0.5
ELF
UImage
Mach-O
C# library for reading binary ELF, UImage, Mach-O files
Elf.
Porter
by:
ttak0422
1,781 total downloads
last updated
10/22/2020
Latest version:
0.0.4
fable
elm
elmish
elf
fsharp
A library inspired by Elm ports. This is to simplify the interaction between JavaScript and F#.
Previous
Next