DeaTh wrote:void wrote:anyone can make this into at&t assembly?
it can compile with intel, but its problematic
try this answer on SO.
For naked attribute I use this:Code: Select all
#ifdef __GNUC__
#define ATTRIBUTE_NAKED __attribute__((naked))
#else
#define ATTRIBUTE_NAKED __declspec(naked)
#endif
ATTRIBUTE_NAKED void __stdcall PATCH_DropFilter() {
...
I started to rewrite the code for gcc, but now a lot of work.
PS unpacked old median txt files if someone need.



well i tried to compile with intel assembly mode but that gives errors since it seems to have problems to interact with the things in [] brackets, and nothing really seems to help that.
did you too have problems with the ptr file ((##blah##* ##blah##_t) too? and if yes how did you resolve it? i edited away those ## since they seem out of place.
but well, i would like for the assembly to use at&t to see if that allows it to function with the variables/function references(?), because as far as i know there is no way to make it work with intel