Thread: Inline vs. Masm

Results 1 to 2 of 2
  1. #1
    t7ancients's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    New York
    Posts
    381
    Reputation
    28
    Thanks
    68
    My Mood
    Twisted

    Inline vs. Masm

    Which is better and why? Which is faster, more efficient, etc.
    And do any of you even use inline assembly, or does anyone write hooks/hacks or other low-level mumbo-jumbo with it?

  2. #2
    HellSpider's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    103
    Reputation
    30
    Thanks
    133
    My Mood
    Asleep
    Depends a lot. If the application is large and requires only some fast (or complex) parts I'd stick with inline and use something else for the larger part. On small and medium sized applications I'd use MASM.

    The difference is not that great if you know how to code and optimize parts to be efficient without inlining.

    Of course this is just my opinion and it might reflect on the fact that I code everything with MASM.

Similar Threads

  1. [MASM]Injector.
    By Void in forum Assembly
    Replies: 14
    Last Post: 12-09-2011, 04:09 PM
  2. [Help] inline asm, jumping.
    By mavi2k in forum C++/C Programming
    Replies: 5
    Last Post: 06-01-2011, 03:29 AM
  3. Replies: 14
    Last Post: 10-22-2010, 07:37 PM
  4. inliners dll injector
    By inliner in forum Combat Arms Spammers, Injectors and Multi Tools
    Replies: 15
    Last Post: 07-04-2010, 06:17 PM
  5. [Sharing] mASM injector
    By Erinador in forum Assembly
    Replies: 2
    Last Post: 02-19-2010, 09:52 PM