angie
b75637ec33
version bump
2022-12-18 15:33:02 -03:00
angie
6b730599eb
a few extra missing methods
2022-12-18 15:30:30 -03:00
Anghelo Carvajal
fb8c1edbd7
Rust bindings ( #17 )
...
* Generate bindings for enums
* Add .gitignore Cargo didn't automatically made
* Actually build the files into the library
* `pub` in `mod` to fix warning
* instruction struct
* Instruction rust binding
* Add InstrId::ALL_MAX
* link C library to rust
* Publish crate CI
* test
* config bindings
* add getters for registers
* add names methods for register enums
* get_operand_type
* feedback from simon
* Forgot to add new file to python setup.py
* get_operands_slice
* add stuff to cargo.toml
2022-12-18 15:15:39 -03:00
angie
3735d91fcc
Pregenerate every table
2022-12-16 15:37:46 -03:00
angie
12537e6706
pre-geneate table system
2022-12-16 14:36:53 -03:00
Anghelo Carvajal
44b847f04f
Merge pull request #16 from Decompollaborate/develop
...
1.4.0
1.4.0
2022-12-16 11:36:43 -03:00
angie
722ebb951c
Fix warnings on python bindings
2022-12-16 11:11:43 -03:00
angie
d5d1096e81
Version bump and remove setup.cfg
2022-12-16 11:04:16 -03:00
angie
61ccff4e42
Rename isJrRa to isReturn and isJrNotRa to isJumptableJump
2022-12-15 20:33:02 -03:00
angie
363aff8e5d
Fix descriptor logic errors
2022-12-15 16:55:31 -03:00
angie
95dd97ebe8
whoops
2022-12-15 16:07:50 -03:00
angie
32acccf873
Try to make logic check tests
2022-12-15 16:06:48 -03:00
angie
920c79d700
set .readsR*
for every instruction
2022-12-14 20:53:32 -03:00
angie
77dda82424
readsR* functions
2022-12-14 18:03:13 -03:00
angie
bd47bc6bc2
Remove invalid rsp instructions from python binding typing
2022-12-14 17:59:00 -03:00
angie
4be4f6798d
Update references
2022-12-14 15:27:16 -03:00
angie
96e2c465f6
Remove 3 non-existent RSP instructions
2022-12-14 15:22:06 -03:00
Anghelo Carvajal
3f6d92b915
Merge pull request #15 from Decompollaborate/develop
...
1.3.3
1.3.3
2022-11-30 13:31:58 -03:00
angie
6a1e537965
Fix RSP's jalr being marked as invalid
2022-11-30 13:14:21 -03:00
Anghelo Carvajal
b9a39f6ec0
Merge pull request #14 from Decompollaborate/develop
...
1.3.2
1.3.2
2022-11-30 10:47:06 -03:00
angie
703ac562c0
version bump
2022-11-30 10:21:02 -03:00
angie
a6e5e6d53f
Check for *_INVALID
uniqueids in isValid
2022-11-30 10:20:09 -03:00
angie
7115c8cfaa
Merge branch 'master' of github.com:Decompollaborate/rabbitizer into develop
2022-11-30 10:17:06 -03:00
Mr-Wiseguy
f4b94e94b7
Fixed RSP using CPU cop0 .inc file instead of RSP cop0 and cop2 files ( #13 )
2022-11-30 10:16:14 -03:00
Anghelo Carvajal
54f997607c
Merge pull request #12 from Decompollaborate/develop
...
1.3.1
1.3.1
2022-10-16 17:21:36 -03:00
angie
01b9c5834d
format
2022-10-16 17:05:33 -03:00
angie
343eddbb5b
version bump
2022-10-16 17:03:36 -03:00
angie
6d49bb4abf
Remove signedness from access type and move it to doesUnsignedMemoryAccess
2022-10-16 17:02:50 -03:00
Anghelo Carvajal
af1d62b8bc
Merge pull request #11 from Decompollaborate/develop
...
1.3.0:
1.3.0
2022-10-15 10:17:23 -03:00
Angie
34e982a763
version bump
2022-10-14 19:46:01 -03:00
Angie
6fad5e740a
InstrCategory.fromStr
2022-10-14 18:49:59 -03:00
angie
5d0f9ad8f6
reads/modifies HI/LO
2022-10-14 14:58:14 -03:00
angie
71d241150f
getDestinationGpr
2022-10-14 13:55:20 -03:00
angie
7cec779b85
AccessType enum
2022-10-13 19:41:46 -03:00
angie
7dc241a036
format
2022-10-13 18:37:27 -03:00
angie
5b04520269
cleanup
2022-10-13 18:32:24 -03:00
angie
c1a6abe186
Deprecate getGenericBranchOffset, add getBranchOffsetGeneric and getBranchVramGeneric
2022-10-13 17:41:50 -03:00
angie
34f2e2e6a5
Remove getImmediate and getInstrIndex
2022-10-13 16:45:01 -03:00
angie
91f30645e8
Remove RabbitizerArchitectureVersion and deprecate RabbitizerInstrType
2022-10-13 16:12:07 -03:00
angie
61e2581428
Expose hasOperand and hasOperandAlias to python
2022-10-13 16:03:06 -03:00
angie
1e4dd7ea48
Expose OperandType to Python
2022-10-13 15:27:11 -03:00
angie
faaf017aef
isJumpWithAddress
2022-10-13 14:32:36 -03:00
angie
b5f4df9c1a
Add explanations to most stuff on InstrDescriptor
2022-10-13 14:24:34 -03:00
angie
ba09c10925
format tables
2022-10-13 13:32:22 -03:00
angie
cb8af37b43
move tests to tests folder
2022-10-12 11:26:28 -03:00
Angie
72bf240f46
format
2022-10-10 20:24:41 -03:00
Angie
516b92f254
Fix building with g++
2022-10-10 20:23:18 -03:00
Angie
286e76aa30
Fix buffer size calculation
2022-10-09 21:59:33 -03:00
Angie
70c8632f4c
Actually compute the size of each operand
2022-10-09 21:43:37 -03:00
Angie
ef58c6053e
whoops
2022-10-09 18:35:31 -03:00