1
0
mirror of https://github.com/angr/angr synced 2026-06-08 13:09:39 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Matt Borgerson 357dd2b6bb docs: Drop ailment external package references 2025-05-28 17:50:20 -07:00
Kevin Phoenix 356987c0f9 Add Rust SegmnentList implementation (#5434)
* Add experimental Rust SegmnentList implementation

* Add rust to RTD environment

* Fix cargo check

* Add update method to avoid ._list

* Change rust version to latest

* Fix some inconsistencies with original implementation

* Fix iterator

* Fix lint issues

* Disable setuptools_rust check in setup.py

* Fix import

* Use asdf to install rust

* Specify latest version

* Also set the rust version globally

* Revert "Disable setuptools_rust check in setup.py"

This reverts commit 0fd2a4b61c.

* Add a note about rust in the docs
2025-05-12 20:48:17 -07:00
mborgerson a0cfbb5ea5 docs: Cleanup angr-management docs (#5034)
* docs: Remove extending-angr/angr_management

* docs: Updated angr-management help wanted blurb

* docs: Add short blurb about angr-management on doc index
2024-11-11 15:21:32 -07:00
mborgerson 076b7ca7cb docs: Python 3.8+ -> 3.10+ (#5036) 2024-11-11 15:18:02 -07:00
Brian Caswell e427875cbd Fix typos (#4812)
* fix typos

This mostly fixes comments, but in a handful of places fixes bugs due to typos.

One example:
```
-            insn_op_idx=None if cmsg.operand_idx == -1 else cmsg.opearnd_idx,
+            insn_op_idx=None if cmsg.operand_idx == -1 else cmsg.operand_idx,
```

* more typo fixes

* address lint issues

* more import fixes?

* address feedback from PR

---------

Co-authored-by: Brian Caswell <bcaswell@microsoft.com>
2024-09-09 08:23:20 -07:00
Kevin Phoenix 974b74b262 Update install instructions to include docker method (#4613) 2024-05-02 17:46:09 -07:00
Kevin Phoenix b759995df2 Fix some links (#3946) 2023-05-09 09:54:28 -07:00
Kylir 7b5513e7a8 Fix typos on install page (#3925)
Few spelling errors.
2023-04-28 11:08:47 -07:00
Kevin Phoenix fecb387de6 Update installation documentation (#3880) 2023-03-28 16:21:14 -07:00
Kevin Phoenix 10cf2ad2a0 Port gitbook docs to sphinx (#3865)
* Port gitbook docs to sphinx

* Some fixes
2023-03-17 15:44:35 -07:00