View Single Post
  #5  
Old 10-29-2019, 10:00
zeffy zeffy is offline
Friend
 
Join Date: Jul 2017
Posts: 44
Rept. Given: 3
Rept. Rcvd 7 Times in 6 Posts
Thanks Given: 212
Thanks Rcvd at 163 Times in 47 Posts
zeffy Reputation: 7
I generally use CFF Explorer, dnSpy, and IDA (open as native PE) for reversing mixed mode assemblies.

The RVAs of native functions called from managed code can be located by name in the .NET metadata table, so you can navigate to them quickly in IDA (in CFF Explorer, .NET Directory -> MetaData Streams -> #~ -> Tables -> Method). At least for me, this made the reversing process quite a bit easier.
Reply With Quote
The Following 2 Users Say Thank You to zeffy For This Useful Post:
niculaita (10-29-2019), WRP (10-29-2019)