Martin Fischer

Results 13 comments of Martin Fischer

A native x64 binary written in FASM64 is on the agenda. However, I will probably not get to implement it until end of 2022 (roughly). Just letting you know I'm...

I'm actually not intending in keeping it FUD (See [this](https://github.com/bytecode77/pe-union/blob/master/FUD.md) article for a detailed description about the reasons). If you're working on this project, then the good news is that...

@RyanSpeciale I already assume that everyone who wants to modify another developers' project already knows how to program well enough. @bl4cklabel88 You need a service such as AntiScan.me, where you...

Closing due to inactivity

Just wanted to let you know, since I haven't yet responded for a long time... I consider this feature to be useful and I've already analyzed what API's to hook...

Thanks @uakbr :) In terms of Learning, I can recommend "The Rootkit Arsenal", it's a good book on rootkits that also provide some hands on examples. There's also a lot...

Probably the best way to learn something more in-depth is to write your own crypter. You can focus on the very core of a crypter and leave out all the...

I agree that tutorials on this are rare. I didn't use a tutorial, since over time I became familiar with all sorts of techniques that are used in crypters. My...

The stub is a small executable that decrypts the payload and executes it using RunPE. **Stub:** Contains the payload and your code to decrypt and execute it **Payload:** The executable...

> Do these terms also apply for other operating systems such as macos or linux? No. These hacks work differently for each operating system, so you should commit for one...