Giter VIP home page Giter VIP logo

fasmg's Introduction

GitHub Twitter LinkedIn GitHub Sponsors

Good day, ๐Ÿ‘‹

my name is Rickey Bowers, but on the internet I primarily go by bitRAKE. Typically, I am immersed in research and independent software development. Some of my x86 programming is archived at asmcommunity.net. More recent at flatassembler.net. And many more bits have been lost to entropy.

I'm a student of the universe:

  • ๐Ÿ”ญ Iโ€™m currently working on something cool ๐Ÿ˜‰
  • ๐Ÿ“• Enjoy reading science and mathematics books/papers.
  • ๐Ÿ“ซ How to reach me: @gmail.com (use my handle)
  • โšก Fun fact: self-taught programmer, since 1983.

Connect with me:

bitRAKE.com bitRAKE | YouTube bitRAKE | Twitter bitRAKE | Facebook bitRAKE | Instagram


Languages and Tools:

fasmg HxD Notepad++ x64dbg Dependancies ProcessHacker Resource Hacker SumatraPDF

VSCode VSStudio LLVM AMD Intel Wolfram Mathematica Stack Exchange Wiki Win95 Windows arxiv GitHub HTML5

๐Ÿ“บ Latest YouTube Videos ๐Ÿ“ธ


๐Ÿ“• Latest Blog Posts


Online Tools:
Blogs to Read:
Forums:

bitRAKE's Github Stats

Donate
paypal

fasmg's People

Contributors

bitrake avatar tgrysztar avatar

fasmg's Issues

introspection

A way to enumerate labels in a named address space. This could greatly simplify STRUCT macro as the labels would have the size also. What other benefits?

sizeof granularity

It seems as if sizeof would be more useful if its granularity was NOT always the base type size. Currently, it's fairly easy to do something like:

struc ฮ” txt& ; give a label the sizeof its data, and not the sizeof its data type
	label . : .#_end - .
	txt
	.#_end:
end struc

Yet, if this functionality was built into data creation - sizeof would be more powerful, IMHO. Seems like a gray area though. Even if current functionality isn't lost, per se - it becomes more hidden.

arbitrary code execution

run. Execute code in a named address space. Will error if the system does not have the ability to execute code, or if code is unresolvable. Seems a good idea to only allow this when a command-line switch is turned on.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.