question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

dotnet: extract array data

See original GitHub issue

see https://github.com/mandiant/capa-rules/issues/591.

we can probably use existing bytes feature for this.

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
williballenthincommented, Jul 11, 2022

lets enumerate some concrete examples of rules that we could compose with these features (especially non-u8 arrays). agree that the above look nice so far.

0reactions
mike-hunhoffcommented, Jul 11, 2022

Adding support for arrays would be a nice addition for both .NET and future scripting language support (#779).

Read more comments on GitHub >

github_iconTop Results From Across the Web

extracting an array from an array in C# - Stack Overflow
My question is that how do I extract array1 and list1 from arr and convert it to an Array or List? c# ·...
Read more >
C# array - working with arrays in C# - ZetCode
C# arrays tutorial covers arrays. We initiate arrays and read data from them. We present various array methods.
Read more >
extract - Manual - PHP
extract — Import variables into the current symbol table from an array ... This function treats keys as variable names and values as...
Read more >
Array.GetValue Method (System) - Microsoft Learn
Gets the value at the specified position in the one-dimensional Array. The index is specified as a 32-bit integer. GetValue(Int32[]).
Read more >
[Solved] Extracting data from an array ...
First of all, I would recommend using System.Collection.Generic.List with proper type argument instead of ArrayList which became obsolete ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found