-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
32位下会报错。有没有asm_x32.s? #9
Comments
Hi, No, 32 bits is not currently supported. It requires a custom go asm file to be written, which is unpleasant. It should be easy to do, but I haven't gotten around to it yet because I'm yet to run into a 386 system that would make use of BananaPhone. |
when I trying to build https://github.com/vyrus001/go-mimikatz, that base on BananaPhone
it will error |
when the system version is windows 2003, it usely is x86 ,and that will error.
|
Yes, you will need to create a 386 compliant version of the asm found in the .s file |
It looks like you're the only one who can write it fast. |
asm: asmins: illegal 64: 00018 (C:\Users\Administrator\Desktop\aaa\bananaphone\asm_x64.s:4) MOVQ 96(GS), AX
asm: asmins: illegal in mode 32: 00018 (C:\Users\Administrator\Desktop\aaa\bananaphone\asm_x64.s:4) MOVQ 96(GS), AX (24 14)
32位下会报错。有没有asm_x32.s?
The text was updated successfully, but these errors were encountered: