capa icon indicating copy to clipboard operation
capa copied to clipboard

dotnet: emit features for ldftn/ldvirftn instructions

Open mike-hunhoff opened this issue 3 years ago • 0 comments

  • ldftn: https://docs.microsoft.com/en-us/dotnet/api/system.reflection.emit.opcodes.ldftn?view=net-6.0
  • ldvirftn: https://docs.microsoft.com/en-us/dotnet/api/system.reflection.emit.opcodes.ldvirtftn?view=net-6.0

e.g.

... ldftn     instance void malware.methods::timer_callback(object)
... newobj    instance void [mscorlib]System.Threading.TimerCallback::.ctor(object, native int)

emit

- namespace: malware
- class: malware.methods
- function-name: malware.methods::timer_callback

mike-hunhoff avatar Jul 22 '22 17:07 mike-hunhoff