Anton Zlygostev

Results 7 comments of Anton Zlygostev
trafficstars

I haven't found any quick way to force the Azure AD interactive flow to ask for the MFA; the workaround I've found is to enforce the MFA for the user...

Do you have any idea on how to add the support for it? I know gcc is capable of building the asm; the question is how to feed those files...

Ok, working on it. So far the obstacle is that GCC's as.exe doesn't like the MASM syntax. I have little to none experience with Win and Lin assemblers, so it...

I've read a bit on the subject. It seems that we have three options to support assembly files within the vcxproj across multiple platforms: 1. Having different asm files for...

Hi, I have finally managed to convert the .asm to NASM format and compile it within VS. I am using the https://github.com/ShiftMediaProject/VSNASM project and it works like charm on Windows...

Have tried a few workarounds, including CustomBuildStep and PreLinkEvent. Neither do work when compiling with the GCC targets.