docs: add 2 new academic citations to README - #704
Merged
Conversation
- Liao et al. (2025), SmartHalo decompiler output augmentation (arXiv:2501.08670) - Wang et al. (2026), TxRay agentic postmortem system (arXiv:2602.01317)
Contributor
❌ Eval Report for dafd499
|
Contributor
|
| Metric | Value |
|---|---|
| Base branch | 66.26% |
| PR branch | 66.15% |
| Diff | -0.11% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed? Why?
added 2 new academic citations to the README that reference heimdall-rs:
Liao et al. (2025) - "Augmenting smart contract decompiler output through fine-grained dependency analysis and LLM-facilitated semantic recovery" (arXiv:2501.08670, accepted at IEEE TSE). uses heimdall as one of three mainstream decompilers (alongside Gigahorse/Elipmoc and Panoramix) to evaluate their SmartHalo framework for improving decompiled output quality.
Wang et al. (2026) - "TxRay: Agentic postmortem of live blockchain attacks" (arXiv:2602.01317). uses heimdall as a bytecode-level fallback for decompilation and disassembly when contract source code is unavailable, as part of their LLM-based agentic postmortem system for DeFi exploit analysis.
Notes to reviewers
readme-only change, 2 new lines inserted in alphabetical order within the existing academic citations section.
How has it been tested?
verified both papers actually cite heimdall-rs by checking the full paper text. confirmed citations are not duplicates of any existing entries in the README.