optiv / Ivy

Ivy is a payload creation framework for the execution of arbitrary VBA (macro) source code directly in memory. Ivy’s loader does this by utilizing programmatical access in the VBA object environment to load, decrypt and execute shellcode.
MIT License
734 stars 127 forks source link

Can't be installed on Kali #16

Closed Erez-Goldberg closed 2 years ago

Erez-Goldberg commented 2 years ago

github.com/optiv/Ivy/Loader

/home/kali/Desktop/Ivy/Struct/Struct.go:444: error: invalid export data for ‘Macro’: invalid line number /home/kali/Desktop/Ivy/Struct/Struct.go:443: error: invalid export data for ‘Macro’: invalid line number

Can you please assist?

Tylous commented 2 years ago

This seems similar to issue #5 can you take a look at some of the steps recommended there and see if they work for you?

Tylous commented 2 years ago

closing due to lack of response

Erez-Goldberg commented 2 years ago

I have downloaded a new version of Kali and it works perfect :) Thanks a lot!!!