Hi All, A alpha version of web page is now at: http://www.linuxasmtools.net/ It that doesn't work try: http://www.linuxasmtools.net/index.html It has lots of...
Hello friends, SafeSquid, Linux based Content Filtering Internet Proxy, Version 4.2.2.RC8.2 has been released. Highlights: A memory leak in request forwarding...
Announcement The web site is now complete. The latest changes include: 1. AsmRef now has code for kernel functions, and a discussion of external libraries...
The web site: http://linuxasmtools.net now has a new program called: tracex Tracex will trace xserver socket communications. Also, a few other programs have...
How do we take over the keyboard and mouse of another program? I've been studying x automation programs and found that almost all of them use the "xtest"...
Olá, A CPM Braxis, em parceria com a Companhia de Talentos, está selecionando candidatos para o seu Programa de Estágio 2008. A maior empresa brasileira de...
I only looked at two of them (Shortest sort and ASCII conversion), but they both have syntax errors (didn't look for all of them), but for ASCII conversion,...
... Hi Shane, The nasm assembler accepts "push byte 10". It pushes a dword value of 10 on the stack, but the instruction encodes the data in a byte value....
Odd... It does the same for me when i use the regular pushd... Oh well, if it works it works. As for the second program, it sould be stosq (stosd = stos Dword,...
Here is a short piece on Linux programming. Comments welcome. Last I checked this material was not well covered in the LinuxAssembly web site FAQ. I get the...
Thanks. Right now i'm working on some macro in fasm to make raw binaries in elf formats of both SO and executable. That way, we can use a dynamic linker...
... Hi Shane, If you're not familiar with it, you might want to take a look at this document: http://www.mpeforth.com/arena/cwgtLinux.txt Best, Frank...
... Thanks. I am getting alot of headway done, just need to sort out what's actually needed and what isn't actually needed and making it work and tweaking a...
... It sounds like you are deep into ELF. You probably already know all this... but just incase, here are some things I've run into. The linker adds startup...
... I'm not really deep in it (simply because it's actually pretty simple once you get some stuff done), but my libraries are for minimal overhead. I might...
... What libraries are you are using? Here are some examples using asmlib and asmlibx with fasm. The resulting executable will have standard ELF headers...
Actually, i'm only using libraries of constants for my project. I hate overhead in my projects. I believe the OS is more than enough over head, so i try to...
The web page has been updated as follows: xhelper - a desktop scripting tool has been added. Xhelper can minipulate windows and run programs. It is a batch ...
... A minimialist? I guess assembler is the right place to be. I often write programs by including all the individual source files from a library. This...
... purpose ... Well, that's no longer needed. After taking some time off from it (the slacking i mentioned), i finished it in one night. Well, i woke up the ...
Hello, all my last three messages may have got lost. This is a resend, ignore it if you have seen it. ... I've written a FAQ for xhelper. It will be included...
Hello, ALL (Assembly Language Lunatics) xhelper has been updated on the web page as follows: 1. new ^goto command added 2. interaction with scripts improved ...
Save your important files online. Store your music collection / Software / Pictures / movies online. You can share your stored documents with your friends and...
Hello all, Work on a x-tutor is progressing. It looks like the resulting document is too big for one message, so I'll start posting parts. Here is the first ...
This is part 2 of the X programming tutorial, part 3 may be ready tomorrow. all the best, jeff ... 4.0 Connecting to the X server ... In a multiprocessing...