Search the web
Sign In
New User? Sign Up
DesktopLinuxAsm
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 220 - 249 of 354   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
220
... Moderating the list appears to be catching the spam. It is a little time consuming, but worth the effort. I've been thinking about a simple and fast...
jeff
rabidrecluse
Offline Send Email
Aug 1, 2008
6:38 pm
221
... I used to think the same thing. But xor is easy to to use once you hear of it. Not to mention, english is real good with identifying cyphers. I had some...
Shane U. Undisclosed
kohlrak
Online Now Send Email
Aug 1, 2008
10:39 pm
222
... You are right. I doubt a password would have a lot of spaces, but we should handle this case. I inserted a "rol" instruction and that seems to fix the...
jeff
rabidrecluse
Offline Send Email
Aug 2, 2008
4:10 pm
223
RE - "using the previous byte as part of the cypher" I believe this is called "run-length encoding" and is a standard step in most encryption algos. ... From:...
Nathan Baker
evenbitnb
Offline Send Email
Aug 2, 2008
8:32 pm
224
... Unfortunately, the rol will only help if the password is in english. The largest danger of encryption keys is when there is a visible pattern in the file...
Shane U. Undisclosed
kohlrak
Online Now Send Email
Aug 2, 2008
10:07 pm
225
... Yes, programming seems to be an exercise in reinventing the wheel. We can add a few spokes to the wheel and claim it is ours, but really most code is just...
jeff
rabidrecluse
Offline Send Email
Aug 2, 2008
10:47 pm
226
... step in ... hand, you ... doesn't ... still ... "sub xx" ... worth ... With every spoke it's harder, with every spoke it's slower. This is the price of...
Shane U. Undisclosed
kohlrak
Online Now Send Email
Aug 3, 2008
1:59 pm
227
Announce: Work on the "copy" program has stopped for now. The latest version has a few new featrues and can be found on the web page. I think it is version...
jeff
rabidrecluse
Offline Send Email
Aug 3, 2008
8:11 pm
228
This is about migrating linuxasmtoolss. I keep trying new distributions of linux and having to migrate a lot of tools. The process keeps getting improved, and...
jeff
rabidrecluse
Offline Send Email
Aug 5, 2008
2:47 am
229
The 'Technology Reference' link is probably the best collection, that I've seen, of Linux resources. Nathan....
Nathan Baker
evenbitnb
Offline Send Email
Aug 13, 2008
4:55 pm
230
... Do you mean: http://www.makelinux.net/reference That is a great reference. There is also http://www.LinuxLinks.com all the best, jeff...
jeff
rabidrecluse
Offline Send Email
Aug 13, 2008
5:36 pm
231
Hi all, The latest version of nasm (2.04) will not compile asmtools. I can fix the problems, but it will take awhile. The problems with nasm that I"ve found...
jeff
rabidrecluse
Offline Send Email
Sep 27, 2008
5:45 pm
232
... Sh*t! I was supposed to help by testing that, too. My apologies all around! Quick fix: export NASMENV=-Ox ... Yes. This appears to be broken. I haven't...
Frank Kotler
fbk69
Offline Send Email
Sep 28, 2008
2:48 pm
233
... The problem with 2 is interesting... FFDF is only 2 bytes, however the extra 0 might be the cause of that problem. As for problem 1, that's always a pain...
Shane U. Undisclosed
kohlrak
Online Now Send Email
Sep 28, 2008
2:49 pm
234
... I've run into problems with byte values also. I haven't checked, but "and al,0dfh" might be a problem? We might be able to fix this and also save two...
jeff
rabidrecluse
Offline Send Email
Sep 28, 2008
3:39 pm
235
... Well.. You won't find any bugs in my programs! <grin> Just kidding, I don't think any large program is free of bugs. It takes years to get the bugs out...
jeff
rabidrecluse
Offline Send Email
Sep 28, 2008
3:39 pm
236
... Yep. The two "improvements" to Nasm that are causing you problems really *are* improvements... or will be, once the unintended consequences get ironed...
Frank Kotler
fbk69
Offline Send Email
Sep 29, 2008
3:08 pm
237
... Yea, "0dfh" might be a problem. Instead try "dfh." If the problem is the value, it's probably the O. Even though the 0 shouldn't have an effect, some "bug...
Shane U. Undisclosed
kohlrak
Online Now Send Email
Sep 29, 2008
3:10 pm
238
... Removing the "0" creates a label "dfh". I think nasm needs the "0" to tell it a value follows. I have modified the source and fixed the problem, so it...
jeff
rabidrecluse
Offline Send Email
Sep 29, 2008
3:59 pm
239
... I don't think it should be happening, though. Nasm is "trying harder"... "and ax, 0FFDFh" *can* be coded as a signed byte, so Nasm is "trying" to. I don't...
Frank Kotler
fbk69
Offline Send Email
Sep 30, 2008
3:09 pm
240
Shane U. Undisclosed wrote: ... We saved a copy just for you, Shane! <http://sourceforge.net/project/showfiles.php?group_id=6208> Or, "sooner": ...
Frank Kotler
fbk69
Offline Send Email
Sep 30, 2008
3:10 pm
241
... This is true. However, i was thinking of writing a fasm tutorial on object orientation in assembly using structures to prove a point that object...
Shane U. Undisclosed
kohlrak
Online Now Send Email
Sep 30, 2008
11:02 pm
242
announce - assembler program release The program FileSet has been released. FileSet is a interactive program to set file attributes, owners, and create hard...
jeff
rabidrecluse
Offline Send Email
Sep 30, 2008
11:36 pm
243
Frank Kotler wrote: ... I believe we've got the "short jump out of range" problem fixed with the 2.04-20081001 snapshot: ...
Frank Kotler
fbk69
Offline Send Email
Oct 1, 2008
3:56 pm
244
Here are two options that might be more persuasive: 1) Building classes using HLA: http://webster.cs.ucr.edu/AoA/Windows/HTML/ClassesAndObjects.html#998258 2)...
Nathan Baker
evenbitnb
Offline Send Email
Oct 1, 2008
3:58 pm
245
Hi all, I've dumped a snapshot to the web site. The following programs were updated with bug fixes: domac asmview asmtrace asmbug asmlib copy all the best,...
jeff
rabidrecluse
Offline Send Email
Oct 2, 2008
3:29 pm
246
Hi all, This is a discussion of file managers. The file manager might be the most used program on my computer. An editor would be its only competition. Next,...
jeff
rabidrecluse
Offline Send Email
Oct 2, 2008
3:29 pm
247
Nasm 2.05rc1 is available at SourceForge. <http://sourceforge.net/project/showfiles.php?group_id=6208> Alternate (new!!!) address: http://www.nasm.us/ I failed...
Frank Kotler
fbk69
Offline Send Email
Oct 3, 2008
5:12 pm
248
Hi All, This is a promotion of AsmFile. To view a file using the AsmFile program, it is necessary to highlight the file and press F3. Alternatively, it can be...
jeff
rabidrecluse
Offline Send Email
Oct 3, 2008
5:13 pm
249
Not quite it. That is using "class." i'm restricted to "struc" when using fasm. There are some things that i think i can hack together to make this work, but...
Shane U. Undisclosed
kohlrak
Online Now Send Email
Oct 3, 2008
5:22 pm
Messages 220 - 249 of 354   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help