Nothing to say...Title says all...
What's your fav. Assembler?
#1
Posted 26 May 2013 - 03:10 PM
#3
Posted 26 May 2013 - 05:36 PM
that's a stupid question... assemblers are very primitive tools... there's no real difference... but I'd say "FASM" for a powerful macro preprocessor...
#4
Posted 27 May 2013 - 12:00 AM
FASM for suree
#5
Posted 27 May 2013 - 12:07 AM
Old Skool , MASM32/64.
- hounded, Coldzer0 and Tony like this
Meet me here: http://www.voa.mod.gov.rs/en/
#6
Posted 27 May 2013 - 04:29 AM
there's some
that is possible with FASM preprocessor...- BlackArray, DualCoder and iCode like this
#7
Posted 27 May 2013 - 12:56 PM
TASM16/TASM32 and MASM32/MASM64
#8
Posted 27 May 2013 - 05:03 PM
FASM
#10
Posted 28 May 2013 - 07:39 AM
Haha karcrack , it is correct , sometimes small thing is missing which prevents You from good , working executable. There is a small tool on masm site which can decrease already small executable by removing unnecessary info from masm32 (this is where it works) executable , and , I was wondering: "What else can be removed from such small executable?" :S And got answer after running it via command line on compiled executable , few kbs are disappeared ! ? :S How and what , it wasn't explained , which is more confusing ! :S
Meet me here: http://www.voa.mod.gov.rs/en/
#11
Posted 08 June 2013 - 02:47 PM
Always Masm for me guys
- Hess likes this
#12
Posted 08 June 2013 - 06:53 PM
fasm - exclusively for students. On it there is no difficult codes. Only lab work's
#13
Posted 08 June 2013 - 08:00 PM
And masm , students do not know much about it !
Meet me here: http://www.voa.mod.gov.rs/en/
#14
Posted 09 June 2013 - 05:04 AM
nt kernel is written on masm. Also all viruses. How to use the ms linker(to build obj'cts) in fasm ?
- hounded and Hess like this
#15
Posted 09 June 2013 - 10:40 AM
My Lovely (MASM ) / FASM
#16
Posted 09 June 2013 - 01:53 PM
Quote
How to use the ms linker(to build obj'cts) in fasm ?
lol! as for windows fasm can output PE and PE+, and also COFF, MS COFF and MS64 COFF... ms linker links MS/MS64 COFF format, GCC linker links COFF...
- karcrack and Hess like this
#17
Posted 09 June 2013 - 08:28 PM
FASM <3.
#18
Posted 09 June 2013 - 08:43 PM
LeFF
I asked about the object files
For example link my loader(.obj, .pdb) -> epic fail ?
- Hess likes this
#19
Posted 10 June 2013 - 04:14 AM
Quote
I asked about the object files
For example link my loader(.obj, .pdb) -> epic fail ?
what? COFF is the object file format for GCC, MS/MS64 COFF is the object file format for MSVC... I've already told you:
Quote
ms linker links MS/MS64 COFF format, GCC linker links COFF...
Quote
nt kernel is written on masm. Also all viruses
all viruses? ELF-viruses are mostly written in GAS or NASM or FASM...
#20
Posted 10 June 2013 - 08:49 AM
I am afraid that You're incorrect Indy on virii's as I've seen in wild writen them in various languages and kits also , Stux.NET is completely written in .NET , how this looks to You ? And , that was the most powerful industry made rootkit !
It targeted nuclear facilities in Iran.
Meet me here: http://www.voa.mod.gov.rs/en/