code in bms
-
- Posts: 416
- Joined: Sat Sep 15, 2018 5:22 am
code in bms
Hello aluigi. I got a question for you. Can i run any other language programming except BMS in QuickBMS?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: code in bms
Quickbms supports the following:
Probably also something else and other few commands that are compatible with the bms commands.
- C functions (plain code, no stdlib) via calldll "tcc"
- various WinHEX commands http://www.x-ways.net/winhex/templates/index.html
- some commands used in 010 Editor
- WCX packer plugins of Total Commander, some may not work
- simple C structs and some enum and instructions (for example: var += 123;)
- static dll libraries via calldll
- raw dumped executable code via calldll
- execution of exe files via encryption/comtype execute and partially via calldll
Probably also something else and other few commands that are compatible with the bms commands.