First  |  Prev |  Next  |  Last
Pages: 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Is there a debugger or a tool that will find the stack corruption
Is there a debugger or a tool that can correctly find out where the stack got corrupted, ... 4 Nov 2009 00:53
Does the following look correct
call *ecx can we place the callees address in ecx and call it like the one above This is in a SunOS10 machin on a amd64 instruction the xchip flag given to cc is xchip=opteron ... 2 Nov 2009 05:42
x86-based VM: code/data sharing and security...
so, for context (just making sure people have an idea here): I am considering ideas for a long running project of mine (since 2007 or so), and am interested in thoughts on, "yet another piece of the puzzle". so, here is the general architecture: I have a dynamic C compiler, which targets x86 and x86-64 (my curre... 17 Oct 2009 05:19
hugi compo #29- random mazes - how reduce size of this
Hi Please don't reveal internal secrets of your entry. People can read this public group and: -They can rewrite this code, and position before you only with a byte improvement of this code. -Also is possible extract ideas that can be applied in his entries ... 3 Nov 2009 14:51
FILE_FLAG_POSIX_SEMANTICS question
I have a question about this flag. Does this mean that old applications can access files only if they are case sensitive? I.E. They could open file.txt, but not File.txt FILE_FLAG_POSIX_SEMANTICS Indicates that the file is to be accessed according to POSIX rules. This includes allowing multiple files with n... 9 Oct 2009 14:51
hugi compo #29- random mazes - how reduce size of this
http://www.frontiernet.net/~fys/hugi/hcompo.htm This for other information In few words the hugi size competition #29 is about to write a .com program, the few bytes is possible, that return in the dos screen pseudo random mazes. The generated mazes are of the kind +--+--+--+--+--+--+--+--+--+--+--+--+--+--+-... 6 Nov 2009 10:17
A fast way to xchg with memory
In case someone else finds this useful I found that xchg reg, [mem] was slow. It has to do more work than just exchanging one operand with another. It will also go through a lock protocol process which, while it may not assert lock on the bus if the memory is cached, seems nevertheless to take some time. Loc... 1 Oct 2009 10:32
accessing a DLL
how do I call functions in a DLL file from MASM? how do I list functions in a DLL file? thanks in advance ... 23 Sep 2009 15:33
biew-6.0.0 has been released
BIEW- is multiplatform portable viewer of binary files with built-in editor in binary, hexadecimal and disassembler modes. It uses native Intel syntax for disassemble. Highlight AVR/Java/i86-i386-AMD64/ARM- XScale/PPC64 disassemblers, russian codepages convertor, full preview of formats - MZ, NE, PE, NLM, coff32, e... 22 Sep 2009 07:18
HLA v2.2 is now available
Hi All, HLA v2.2 is now available on webster. You can grab a copy from the HLA download page: http://homepage.mac.com/randyhyde/webster.cs.ucr.edu/HighLevelAsm/dnld.html HLA v2.2 is a maintenance release fixing dozens of defects in the compiler, the HLA back engine, and the HLA front-end. Updates include the fo... 22 Sep 2009 19:40
First  |  Prev |  Next  |  Last
Pages: 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23