Search found 161 matches
- Sun Apr 06, 2025 5:30 am
- Forum: General Discussions
- Topic: Erasing 30 hard drives at the same time using NWipe
- Replies: 2
- Views: 47711
Re: Erasing 30 hard drives at the same time using NWipe
Wouldn't it be quicker to erase these 30 hard drives with Secure Erase?
- Sun Mar 16, 2025 10:29 pm
- Forum: General Discussions
- Topic: Testing ChatGPT - Who wrote JpegDigger?
- Replies: 0
- Views: 90965
Testing ChatGPT - Who wrote JpegDigger?
ChatGPT Response: JpegDigger was developed by Joep van Steen, the founder of DiskTuna.


- Sat Mar 15, 2025 12:15 am
- Forum: General Discussions
- Topic: Best Book to Read
- Replies: 0
- Views: 12161
Best Book to Read
This is the best book to read...
How to deal with dying seagate hard drives.
Source:
How to deal with dying seagate hard drives.

Source:
- Fri Mar 14, 2025 10:06 am
- Forum: DeepSpar
- Topic: USB Stablizer-10Gb Videos from DeepSpar
- Replies: 1
- Views: 168465
Re: USB Stablizer-10Gb Videos from DeepSpar
The training video was very informative. Thanks.
- Fri Mar 14, 2025 9:59 am
- Forum: MRT Data Explorer
- Topic: Long File Paths - Still
- Replies: 6
- Views: 380993
Re: Long File Paths - Still
Either they do not care, or the issue is not reaching the developers.
- Mon Mar 10, 2025 5:49 pm
- Forum: Technical Support
- Topic: Linux Mint 22 - not mounting NTFS
- Replies: 1
- Views: 219319
Re: Linux Mint 22 - not mounting NTFS
Thanks for the tip. 

- Mon May 06, 2024 12:46 pm
- Forum: General Discussions
- Topic: Learning ASM
- Replies: 8
- Views: 73166
Re: Learning ASM
MASM32 seems to provide some nice code samples to play with... .486 .model flat,stdcall option casemap :none include \masm32\include\windows.inc include \masm32\macros\macros.asm include \masm32\include\masm32.inc include \masm32\include\gdi32.inc include \masm32\include\user32.inc include \masm32\i...
- Tue Apr 23, 2024 11:19 am
- Forum: General Discussions
- Topic: Learning ASM
- Replies: 8
- Views: 73166
Re: Learning ASM
So far I'm finding it easy to write code in ASM for Linux, but a bit messy writing coding in ASM for DOS. 

- Wed Apr 17, 2024 8:33 pm
- Forum: General Discussions
- Topic: Learning ASM
- Replies: 8
- Views: 73166
Re: Learning ASM
Simple "Hello World!" program that works under FreeDOS... org 0x100 ; Code starts at offset 100h use16 ; Use 16-bit code mov ax,0900h ; DOS function: AX = 0900h (Show Message) mov dx,hello ; DX = "Hello World!$" int 21h ; Call a DOS function: AX = 0900h (Show Message) mov ax,4c00...
- Wed Apr 17, 2024 6:55 pm
- Forum: General Discussions
- Topic: Learning ASM
- Replies: 8
- Views: 73166
Re: Learning ASM
I want to write something better. 
Starting from beginner level might take a while.
Can I learn ASM faster than Steve can finish SR v7?
Hopefully.

Starting from beginner level might take a while.
Can I learn ASM faster than Steve can finish SR v7?
Hopefully.