All Projects → Washi1337 → Asmresolver

Washi1337 / Asmresolver

Licence: mit
A library for editing PE files with full .NET metadata support

Projects that are alternatives of or similar to Asmresolver

java-class-tools
Read and write java class files in Node.js or in the browser.
Stars: ✭ 27 (-89.89%)
Mutual labels:  disassembler, writer, reader
Iostreams
IOStreams is an incredibly powerful streaming library that makes changes to file formats, compression, encryption, or storage mechanism transparent to the application.
Stars: ✭ 84 (-68.54%)
Mutual labels:  reader, writer
Cistern
Ruby API client framework
Stars: ✭ 81 (-69.66%)
Mutual labels:  reader, writer
Qtcsv
Library for reading and writing csv-files in Qt.
Stars: ✭ 156 (-41.57%)
Mutual labels:  reader, writer
Xml
XML without worries
Stars: ✭ 35 (-86.89%)
Mutual labels:  reader, writer
Ini
Ini file reader/writer for C# / .NET written in pure .NET in a single source file
Stars: ✭ 43 (-83.9%)
Mutual labels:  reader, writer
Bitio
Optimized bit-level Reader and Writer for Go.
Stars: ✭ 145 (-45.69%)
Mutual labels:  reader, writer
Parquet4s
Read and write Parquet in Scala. Use Scala classes as schema. No need to start a cluster.
Stars: ✭ 125 (-53.18%)
Mutual labels:  reader, writer
Google-Docs-for-Mac
Native Google Docs app for Mac
Stars: ✭ 33 (-87.64%)
Mutual labels:  native, writer
react-native-config-reader
🛠 Easily access any of the build configs defined in build.gradle or info.plist from your JS code.
Stars: ✭ 44 (-83.52%)
Mutual labels:  native, reader
mp4-rust
🎥 MP4 reader and writer library in Rust! 🦀
Stars: ✭ 149 (-44.19%)
Mutual labels:  writer, reader
Choetl
ETL Framework for .NET / c# (Parser / Writer for CSV, Flat, Xml, JSON, Key-Value, Parquet, Yaml, Avro formatted files)
Stars: ✭ 372 (+39.33%)
Mutual labels:  reader, writer
Spout
Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way
Stars: ✭ 3,861 (+1346.07%)
Mutual labels:  reader, writer
Xopen
open files for buffered reading and writing in #golang
Stars: ✭ 55 (-79.4%)
Mutual labels:  reader, writer
Acr122u Reader Writer
A simple tool to read/write Mifare RFID tags with an ACR122U device
Stars: ✭ 169 (-36.7%)
Mutual labels:  reader, writer
maildir
A Go package for reading & writing messages in maildir format
Stars: ✭ 13 (-95.13%)
Mutual labels:  writer, reader
iobit
Package iobit provides primitives for reading & writing bits
Stars: ✭ 16 (-94.01%)
Mutual labels:  writer, reader
ionic-multi-camera
Take multiple photos one after another
Stars: ✭ 12 (-95.51%)
Mutual labels:  native
Duareader
电子书阅读器,支持txt,e-pub(图文混排),纯swift编写,支持OC混编。 An e-book reader that supports TXT and e-pub formats. This project is written in swift and supports hybrid compilation with objective OC
Stars: ✭ 258 (-3.37%)
Mutual labels:  reader
ValveFileVDF
C++ Parser and Writer for Valve Data Format (e.g. .vdf files used in steam)
Stars: ✭ 32 (-88.01%)
Mutual labels:  writer

AsmResolver

Master branch build status Nuget feed License: MIT Documentation Status

AsmResolver is a PE inspection library allowing .NET programmers to read, modify and write executable files. This includes .NET as well as native native images. The library exposes high-level representations of the PE, while still allowing the user to access low-level structures.

AsmResolver is released under the MIT license.

Binaries

Get the latest stable build from the nuget feed, or download the bleeding edge build from appveyor.

Branch Build status
master Master branch build status
development Development branch build status

Alternatively, you can build the project yourself using MSBuild or an IDE that works with MSBuild (such as Visual Studio and JetBrains Rider), assuming you have the .NET Core toolchain installed. If you want to compile the test libraries as well, make sure to also restore all nuget packages.

Documentation

Check out the wiki for guides and information on how to use the library!

Contributing

See CONTRIBUTING.md.

Found a bug or have questions?

Please use the issue tracker. Try to be as descriptive as possible.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].