rizin/shlr/heap
yossizap 2d9db90062 Fix windows 'ood' crash caused by uninitialized w32 globals ##debug
This commit reverts: fa99200("Fix clang-cl build")
The build fix is no longer relevant and it broke windows debug
by making windows globals unique for each file.
2020-12-18 18:44:54 +08:00
..
include Fix windows 'ood' crash caused by uninitialized w32 globals ##debug 2020-12-18 18:44:54 +08:00
README.md Final Analysis Renaming (#124) 2020-12-08 15:05:24 +08:00

Trying to escape from the librz/core mess, we should put all the heap stuff into a separate place and use it from analysis/heap.c

TODO

  • remove all use of assert
  • remove unused statements
  • convert macros into C code, this should be a runtime library, not a compile time one