diff options
| author | Ashvika Maddikonda <ashvika@vector35.com> | 2026-05-12 17:14:33 -0400 |
|---|---|---|
| committer | Jordan <github@psifertex.com> | 2026-05-13 14:32:33 +0200 |
| commit | 9bfa3a091ee44626d91f453da0c66d2212d70bd1 (patch) | |
| tree | 749e972aeefdad9d17dcc2c54d3d1bf1d740d073 /docs | |
| parent | 7704d4dd39e8666adb242192a885ae11c5bcc1b6 (diff) | |
there was a random j floating on screen - removed that
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/dev/cookbook.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/cookbook.md b/docs/dev/cookbook.md index e4740a1e..f9aee005 100644 --- a/docs/dev/cookbook.md +++ b/docs/dev/cookbook.md @@ -195,7 +195,7 @@ As defined by having the highest sum of incoming and outgoing calls. Adjust acco ```python max(bv.functions, key=lambda x: len(x.callers + x.callees)) ``` -j + ### Accessing cross references This recipe is useful for iterating over all of the HLIL cross-references of a given interesting function: |
